aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.h
diff options
context:
space:
mode:
authorAndre Heider2009-03-20 19:02:32 +0000
committerAndre Heider2009-03-20 19:02:32 +0000
commit317de0f4847c912a405e318368331f86f1e0f0cd (patch)
tree7060dd8a1b3db2813953b1e91106c6639a643ad5 /backends/platform/wii/osystem.h
parent40e55d25931a090bab6665547f05e94bf068998b (diff)
downloadscummvm-rg350-317de0f4847c912a405e318368331f86f1e0f0cd.tar.gz
scummvm-rg350-317de0f4847c912a405e318368331f86f1e0f0cd.tar.bz2
scummvm-rg350-317de0f4847c912a405e318368331f86f1e0f0cd.zip
Fix some warnings in the Wii backend.
svn-id: r39570
Diffstat (limited to 'backends/platform/wii/osystem.h')
-rw-r--r--backends/platform/wii/osystem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h
index b4f38e93b7..e4176e8415 100644
--- a/backends/platform/wii/osystem.h
+++ b/backends/platform/wii/osystem.h
@@ -56,7 +56,6 @@ extern void wii_memstats(void);
class OSystem_Wii : public BaseBackend {
private:
s64 _startup_time;
- syswd_t _alarm;
u16 *_palette;
u16 *_cursorPalette;