X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670f9935630beb2123a5ca62894ae92a3f0efa4f..67193066b2d16ca36529216f70d093690d7e1123:/src/mac/classic/utils.cpp?ds=sidebyside diff --git a/src/mac/classic/utils.cpp b/src/mac/classic/utils.cpp index c44ecc58da..7078e7a3c7 100644 --- a/src/mac/classic/utils.cpp +++ b/src/mac/classic/utils.cpp @@ -16,13 +16,15 @@ #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/app.h" + #if wxUSE_GUI + #include "wx/font.h" + #endif #endif #include "wx/apptrait.h" #if wxUSE_GUI #include "wx/mac/uma.h" - #include "wx/font.h" #endif #include @@ -189,18 +191,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() {