X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..aee12bfb80fb63b82552f59127d5e66b7f056ff2:/src/palmos/window.cpp?ds=inline diff --git a/src/palmos/window.cpp b/src/palmos/window.cpp index 8bc3991c8a..fb7272487a 100644 --- a/src/palmos/window.cpp +++ b/src/palmos/window.cpp @@ -27,7 +27,6 @@ #ifndef WX_PRECOMP #include "wx/window.h" #include "wx/accel.h" - #include "wx/setup.h" #include "wx/menu.h" #include "wx/dc.h" #include "wx/dcclient.h" @@ -317,11 +316,11 @@ void wxWindowPalm::Lower() { } -void wxWindowPalm::SetTitle( const wxString& title) +void wxWindowPalm::SetLabel( const wxString& WXUNUSED(label)) { } -wxString wxWindowPalm::GetTitle() const +wxString wxWindowPalm::GetLabel() const { return wxEmptyString; } @@ -751,5 +750,3 @@ bool wxWindowPalm::UnregisterHotKey(int hotkeyId) } #endif // wxUSE_HOTKEY - -