]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/glcanvas.cpp
Italian translation corrections from Roberto Boriotti.
[wxWidgets.git] / src / palmos / glcanvas.cpp
index 5b0492303cc42ab4ec9aa335adb2383a9b09b040..7572deaaa7c52e21c8807c963e7593ee2f10d2c7 100644 (file)
@@ -67,7 +67,7 @@ void wxGLContext::SetCurrent()
 {
 }
 
-void wxGLContext::SetColour(const wxChar *colour)
+void wxGLContext::SetColour(const wxString& colour)
 {
 }
 
@@ -135,13 +135,6 @@ void wxGLCanvas::SetupPalette(const wxPalette& palette)
 {
 }
 
-wxPalette wxGLCanvas::CreateDefaultPalette()
-{
-    wxPalette palette;
-
-    return palette;
-}
-
 void wxGLCanvas::SwapBuffers()
 {
 }