forked from mirror/openmw-tes3mp
LoadingScreen: remove unused declarations
This commit is contained in:
parent
ccbba5e926
commit
152f1d625d
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue