X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03e4ffc38e19cb2df26f2bad98eb6c0f1a4b2d64..068becf5625117fda98c6a6f94433c5b5147e367:/include/wx/mac/carbon/textctrl.h?ds=sidebyside diff --git a/include/wx/mac/carbon/textctrl.h b/include/wx/mac/carbon/textctrl.h index 1727b0051d..9f9471fd3d 100644 --- a/include/wx/mac/carbon/textctrl.h +++ b/include/wx/mac/carbon/textctrl.h @@ -12,10 +12,6 @@ #ifndef _WX_TEXTCTRL_H_ #define _WX_TEXTCTRL_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "textctrl.h" -#endif - #if wxUSE_SYSTEM_OPTIONS // set this to true if you want to use the 'classic' mlte based implementation // instead of the HIView based implementation in 10.3 and upwards, the former