]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/colour.h
avoid hidden GetImageList
[wxWidgets.git] / include / wx / msw / colour.h
index 421ea35a9bb9058eefa3e714e6ab18699d4fb361..556a5b9621a2e75b3f3933cfbac898543fa47866 100644 (file)
@@ -6,16 +6,12 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_COLOUR_H_
 #define _WX_COLOUR_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "colour.h"
-#endif
-
 #include "wx/object.h"
 
 // ----------------------------------------------------------------------------