]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
streamlining code
[wxWidgets.git] / include / wx / glcanvas.h
index 4722a99a9483ae9b6b3effd7288e4b719c576865..8b82b78c3a5f8d4f4822997172629d2edc3eb9d4 100644 (file)
@@ -118,10 +118,11 @@ public:
     // miscellaneous helper functions
     // ------------------------------
 
+#ifndef wxHAS_OPENGL_ES 
     // call glcolor() for the colour with the given name, return false if
     // colour not found
     bool SetColour(const wxString& colour);
-
+#endif
 
     // return true if the extension with given name is supported
     //