summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2014-07-06 13:07:23 +0200
committersfan5 <sfan5@live.de>2014-07-06 13:19:21 +0200
commit37b7f094e3ea502339794f64e8bad22444c6fb54 (patch)
tree7d0e86cdaf18abaf1f101311645ae6a90a6d5a06 /src/main.cpp
parent5f9962e1cc04a773d162ba9c0dc44407b55c4bf8 (diff)
downloadminetest-37b7f094e3ea502339794f64e8bad22444c6fb54.tar.gz
minetest-37b7f094e3ea502339794f64e8bad22444c6fb54.tar.bz2
minetest-37b7f094e3ea502339794f64e8bad22444c6fb54.zip
Fix warnings reported by clang
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 1caa918b8..8a9d14d0a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -381,8 +381,6 @@ public:
#endif
private:
- IrrlichtDevice *m_device;
-
// The current state of keys
KeyList keyIsDown;
// Whether a key has been pressed or not