1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-12-24 11:23:06 +00:00

LoadingScreen: remove unused declarations

This commit is contained in:
scrawl 2015-12-15 20:54:21 +01:00
parent ccbba5e926
commit 152f1d625d

View file

@ -44,9 +44,6 @@ namespace MWGui
virtual void setVisible(bool visible); virtual void setVisible(bool visible);
void setLoadingProgress (const std::string& stage, int depth, int current, int total);
void loadingDone();
private: private:
void findSplashScreens(); void findSplashScreens();
bool needToDrawLoadingScreen(); bool needToDrawLoadingScreen();