diff options
| author | Sfan5 <sfan5@live.de> | 2014-04-15 19:49:32 +0200 |
|---|---|---|
| committer | Sfan5 <sfan5@live.de> | 2014-04-15 21:34:53 +0200 |
| commit | 118e2ae865bd7a0020586ef72d05bf14d66f4eae (patch) | |
| tree | 5da3d9bc1d4e26e7e75f61b5ea10916161f29cba /src/guiVolumeChange.h | |
| parent | d436502fa499255236350fc9204f9c508414704e (diff) | |
| download | minetest-118e2ae865bd7a0020586ef72d05bf14d66f4eae.tar.xz | |
Fix all warnings reported by clang
Diffstat (limited to 'src/guiVolumeChange.h')
| -rw-r--r-- | src/guiVolumeChange.h | 6 |
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 |
