]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/glcanvas.cpp
move definitions from src/gtk/data.cpp to other appropriate places
[wxWidgets.git] / src / palmos / glcanvas.cpp
index 5e4e513c65fe7ac508986e8e1cf1dce6ef97593f..b7c476ab775e4fb8d4dc34bd9e2b35445c706be2 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "glcanvas.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #if defined(__BORLANDC__)
@@ -139,13 +135,6 @@ void wxGLCanvas::SetupPalette(const wxPalette& palette)
 {
 }
 
-wxPalette wxGLCanvas::CreateDefaultPalette()
-{
-    wxPalette palette;
-
-    return palette;
-}
-
 void wxGLCanvas::SwapBuffers()
 {
 }