X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d451c5bd117cd7e7dcf3f1516049141093e46f0..321fe98cfe4fe7572922ba35c334cdcfdf13b027:/src/x11/settings.cpp diff --git a/src/x11/settings.cpp b/src/x11/settings.cpp index 3531a9ad88..9b5564524d 100644 --- a/src/x11/settings.cpp +++ b/src/x11/settings.cpp @@ -13,10 +13,6 @@ // per-user file, which can be edited using a Windows-control-panel clone. // Also they should be documented better. Some are very MS Windows-ish. -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "settings.h" -#endif - #include "wx/settings.h" #include "wx/gdicmn.h" #include "wx/x11/private.h" @@ -59,7 +55,7 @@ wxFont wxSystemSettingsNative::GetFont(wxSystemFont index) } // Get a system metric, e.g. scrollbar size -int wxSystemSettingsNative::GetMetric(wxSystemMetric index) +int wxSystemSettingsNative::GetMetric(wxSystemMetric index, wxWindow* WXUNUSED(win)) { switch ( index) {