diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h index 18021b331..e1faaba90 100644 --- a/src/client.h +++ b/src/client.h @@ -248,8 +248,6 @@ public: float getGuiAlpha() const A_WARN_UNUSED { return mGuiAlpha; } - static void closeDialogs(); - void setFramerate(const int fpsLimit) const; int getFramerate() const A_WARN_UNUSED; |