mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 12:25:17 -04:00
cleanup
This commit is contained in:
parent
d2c78ee88c
commit
def31cfb05
@ -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…
x
Reference in New Issue
Block a user