]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/glcanvas.cpp
Fix recreating of wxBitmapComboBox using untyped client data.
[wxWidgets.git] / src / x11 / glcanvas.cpp
index 2689a7af088c06b9cdc6329b197d50dba16747c6..b6e7b5a6cf47acb05c1f2abcd979d9142eb3807f 100644 (file)
@@ -5,7 +5,6 @@
 // Author:      Julian Smart and Wolfram Gloger
 // Modified by: Vadim Zeitlin to update to new API
 // Created:     1995, 1999
 // Author:      Julian Smart and Wolfram Gloger
 // Modified by: Vadim Zeitlin to update to new API
 // Created:     1995, 1999
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart, Wolfram Gloger
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) Julian Smart, Wolfram Gloger
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -61,7 +60,7 @@ bool wxGLCanvas::Create(wxWindow *parent,
                         long style,
                         const wxString& name,
                         const int *attribList,
                         long style,
                         const wxString& name,
                         const int *attribList,
-                        const wxPalette& palette)
+                        const wxPalette& WXUNUSED(palette))
 {
     if ( !wxWindow::Create(parent, id, pos, size, style, name) )
         return false;
 {
     if ( !wxWindow::Create(parent, id, pos, size, style, name) )
         return false;