]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/taskbar.cpp
clean-up and fix
[wxWidgets.git] / src / palmos / taskbar.cpp
index fe982906d8f426692b03a58fca6ff447dd28e0f5..c6e8d52f8fc1c8fc47753c4ebaa0a8a6e954e503 100644 (file)
 // 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()