X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..c3e433b15929171af57df3c9c3c63d6ab8aa720b:/src/palmos/glcanvas.cpp diff --git a/src/palmos/glcanvas.cpp b/src/palmos/glcanvas.cpp index 5b0492303c..7572deaaa7 100644 --- a/src/palmos/glcanvas.cpp +++ b/src/palmos/glcanvas.cpp @@ -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() { }