aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/application.hpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-03-22 16:59:41 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:51 +0100
commite64584cbdf9749b9f2ac78edfe1c65a576a29495 (patch)
tree80e25abc48af9b8525300a62e34cd490a862c64a /src/menu/application.hpp
parentd11ead2f05a8e52b36e3961d2f583757b99464bc (diff)
downloadusdx-e64584cbdf9749b9f2ac78edfe1c65a576a29495.tar.gz
usdx-e64584cbdf9749b9f2ac78edfe1c65a576a29495.tar.xz
usdx-e64584cbdf9749b9f2ac78edfe1c65a576a29495.zip
menu/application: removed display width/height, use DrawableControl::size
Diffstat (limited to 'src/menu/application.hpp')
-rw-r--r--src/menu/application.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/menu/application.hpp b/src/menu/application.hpp
index efd99533..72e5f3a3 100644
--- a/src/menu/application.hpp
+++ b/src/menu/application.hpp
@@ -49,9 +49,6 @@ namespace usdx
bool running;
- int display_width;
- int display_height;
-
int frames_per_second;
/**
@@ -76,9 +73,6 @@ namespace usdx
const Frame* get_current_frame(void) const;
void set_current_frame(Frame* new_frame);
- const int get_display_width(void) const;
- const int get_display_height(void) const;
-
const int get_frames_per_second(void) const;
void set_frames_per_second(int fps);
};