X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c33522fca7cddc441a316f5b9fb50d7685435ba..76e7cfab8fdb0c7862fd07e427af54181717fc62:/src/x11/glcanvas.cpp diff --git a/src/x11/glcanvas.cpp b/src/x11/glcanvas.cpp index 2689a7af08..b6e7b5a6cf 100644 --- a/src/x11/glcanvas.cpp +++ b/src/x11/glcanvas.cpp @@ -5,7 +5,6 @@ // 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 /////////////////////////////////////////////////////////////////////////////// @@ -61,7 +60,7 @@ bool wxGLCanvas::Create(wxWindow *parent, 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;