mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-16 23:16:43 +00:00
cleanup
This commit is contained in:
parent
d2c78ee88c
commit
def31cfb05
3 changed files with 0 additions and 3 deletions
|
@ -23,7 +23,6 @@ namespace MWGui
|
|||
: WindowBase("openmw_jail_screen.layout")
|
||||
, mDays(1)
|
||||
, mFadeTimeRemaining(0)
|
||||
, mTimeAdvancer()
|
||||
{
|
||||
getWidget(mProgressBar, "ProgressBar");
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@ namespace MWGui
|
|||
|
||||
TrainingWindow::TrainingWindow()
|
||||
: WindowBase("openmw_trainingwindow.layout")
|
||||
, mTimeAdvancer()
|
||||
{
|
||||
getWidget(mTrainingOptions, "TrainingOptions");
|
||||
getWidget(mCancelButton, "CancelButton");
|
||||
|
|
|
@ -52,7 +52,6 @@ namespace MWGui
|
|||
|
||||
WaitDialog::WaitDialog()
|
||||
: WindowBase("openmw_wait_dialog.layout")
|
||||
, mTimeAdvancer()
|
||||
, mSleeping(false)
|
||||
, mHours(1)
|
||||
, mManualHours(1)
|
||||
|
|
Loading…
Reference in a new issue