summaryrefslogtreecommitdiff
path: root/src/guiVolumeChange.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guiVolumeChange.h')
-rw-r--r--src/guiVolumeChange.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/guiVolumeChange.h b/src/guiVolumeChange.h
index 5258ee107..9f8199fa8 100644
--- a/src/guiVolumeChange.h
+++ b/src/guiVolumeChange.h
@@ -44,11 +44,7 @@ public:
bool OnEvent(const SEvent& event);
- bool pausesGame(){ return true; }
-
-private:
- Client* m_client;
-
+ bool pausesGame() { return true; }
};
#endif