X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f932daffcb1edacc0c8c0cbba18a1427360236ce..9dc1d18069c519c807c2476a837e710b5ef932c6:/src/palmos/taskbar.cpp?ds=sidebyside diff --git a/src/palmos/taskbar.cpp b/src/palmos/taskbar.cpp index fe982906d8..c6e8d52f8f 100644 --- a/src/palmos/taskbar.cpp +++ b/src/palmos/taskbar.cpp @@ -10,10 +10,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "taskbar.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -87,12 +83,12 @@ bool wxTaskBarIcon::SetIcon(const wxIcon& icon, const wxString& tooltip) bool wxTaskBarIcon::RemoveIcon() { - return false; + return false; } bool wxTaskBarIcon::PopupMenu(wxMenu *menu) { - return false; + return false; } void wxTaskBarIcon::RegisterWindowMessages()