]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/utils.cpp
context help for notebook pages tests added
[wxWidgets.git] / src / mac / classic / utils.cpp
index d5e2c91cfb80225390c3b74155ad894077c02c5e..945f1ac07325b056cc819342f20bfa4d06aba197 100644 (file)
@@ -15,9 +15,9 @@
 
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
+    #include "wx/app.h"
 #endif
 
-#include "wx/app.h"
 #include "wx/apptrait.h"
 
 #if wxUSE_GUI
@@ -189,18 +189,6 @@ bool wxShutdown(wxShutdownFlags wFlags)
     return false;
 }
 
-wxPowerType wxGetPowerType()
-{
-    // TODO
-    return wxPOWER_UNKNOWN;
-}
-
-wxBatteryState wxGetBatteryState()
-{
-    // TODO
-    return wxBATTERY_UNKNOWN_STATE;
-}
-
 // Get free memory in bytes, or -1 if cannot determine amount (e.g. on UNIX)
 wxMemorySize wxGetFreeMemory()
 {