]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/colour.h
no need for !wxUSE_GUI test anymore
[wxWidgets.git] / include / wx / msw / colour.h
index 3b5ae1eef286c745993982db4390c1ed12242045..83c00940ff937b38a2e572c2a662b7b889358e71 100644 (file)
@@ -58,11 +58,6 @@ public:
   // accessors
   bool Ok() const {return m_isInit; }
 
-  // Let's remove this inelegant function
-#if WXWIN_COMPATIBILITY
-  void Get(unsigned char *r, unsigned char *g, unsigned char *b) const;
-#endif
-
   unsigned char Red() const { return m_red; }
   unsigned char Green() const { return m_green; }
   unsigned char Blue() const { return m_blue; }