summaryrefslogtreecommitdiffstats
path: root/platform/haiku/os_haiku.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-02-14 15:01:22 +0100
committerGitHub <noreply@github.com>2020-02-14 15:01:22 +0100
commit09e5877ff5cd72b684bceddab8c203cc897dbb6c (patch)
treed613d6898a36bc3688ce23d58f5dace262b39a84 /platform/haiku/os_haiku.h
parent415a901b685997c8949b9705ef5b8fe6eaeda613 (diff)
parent3dea5fd631c9513ed09b876f25e8bf6deff49683 (diff)
downloadredot-engine-09e5877ff5cd72b684bceddab8c203cc897dbb6c.tar.gz
Merge pull request #36212 from akien-mga/remove-battery-power-api
Remove incomplete battery status/power API
Diffstat (limited to 'platform/haiku/os_haiku.h')
-rw-r--r--platform/haiku/os_haiku.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/haiku/os_haiku.h b/platform/haiku/os_haiku.h
index c99147198d..fc8cb77a91 100644
--- a/platform/haiku/os_haiku.h
+++ b/platform/haiku/os_haiku.h
@@ -113,10 +113,6 @@ public:
virtual void get_fullscreen_mode_list(List<VideoMode> *p_list, int p_screen = 0) const;
virtual String get_executable_path() const;
- virtual OS::PowerState get_power_state();
- virtual int get_power_seconds_left();
- virtual int get_power_percent_left();
-
virtual bool _check_internal_feature_support(const String &p_feature);
virtual String get_config_path() const;