diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-13 21:26:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-13 21:26:15 +0200 |
| commit | 139e621338c7ba1fe03a86d6f2bee9ed1fb97a3b (patch) | |
| tree | 1de6e6d1a977b165ee1cb6dc23b551be329b8bfe /platform/haiku/os_haiku.h | |
| parent | 369e54603ef8a9a02b7a2ebfffade0648402c5ca (diff) | |
| parent | a294a842cb85f86cdd69b6e902aef01c9721668b (diff) | |
Merge pull request #20913 from pulkomandy/master
Rebase patches for fixing haiku build.
Diffstat (limited to 'platform/haiku/os_haiku.h')
| -rw-r--r-- | platform/haiku/os_haiku.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/haiku/os_haiku.h b/platform/haiku/os_haiku.h index 13d4420bde..e862eb44c3 100644 --- a/platform/haiku/os_haiku.h +++ b/platform/haiku/os_haiku.h @@ -37,9 +37,7 @@ #include "haiku_application.h" #include "haiku_direct_window.h" #include "main/input_default.h" -#include "power_haiku.h" #include "servers/audio_server.h" -#include "servers/visual/rasterizer.h" #include "servers/visual_server.h" class OS_Haiku : public OS_Unix { @@ -48,11 +46,9 @@ private: HaikuDirectWindow *window; MainLoop *main_loop; InputDefault *input; - Rasterizer *rasterizer; VisualServer *visual_server; VideoMode current_video_mode; int video_driver_index; - PowerHaiku *power_manager; #ifdef MEDIA_KIT_ENABLED AudioDriverMediaKit driver_media_kit; |