summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/windowmanager.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-01-19 17:15:01 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-01-20 15:48:56 +0100
commit895ea411bbe873a6654749a248027f7c5384e3b8 (patch)
tree8c7c7c639cd65ded88cb865959ac42fff5cb29a7 /crawl-ref/source/windowmanager.h
parent8811394ea52c0af6723e43ed75852a9644b6dfd8 (diff)
downloadcrawl-ref-895ea411bbe873a6654749a248027f7c5384e3b8.tar.gz
crawl-ref-895ea411bbe873a6654749a248027f7c5384e3b8.zip
Delete an unused function and related enums.
Diffstat (limited to 'crawl-ref/source/windowmanager.h')
-rw-r--r--crawl-ref/source/windowmanager.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/windowmanager.h b/crawl-ref/source/windowmanager.h
index bfe9fb7203..99d5ed3138 100644
--- a/crawl-ref/source/windowmanager.h
+++ b/crawl-ref/source/windowmanager.h
@@ -5,12 +5,6 @@
#include "tiletex.h"
-enum wm_endianness
-{
- WM_BIG_ENDIAN,
- WM_LIL_ENDIAN,
-};
-
enum wm_event_type
{
WM_NOEVENT = 0,
@@ -109,7 +103,6 @@ public:
virtual bool set_window_icon(const char* icon_name) = 0;
virtual key_mod get_mod_state() const = 0;
virtual void set_mod_state(key_mod mod) = 0;
- virtual int byte_order() = 0;
// System time functions
virtual void set_timer(unsigned int interval,