mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-10 04:46:08 -04:00
cleanup
This commit is contained in:
parent
d2c78ee88c
commit
def31cfb05
@ -23,7 +23,6 @@ namespace MWGui
|
|||||||
: WindowBase("openmw_jail_screen.layout")
|
: WindowBase("openmw_jail_screen.layout")
|
||||||
, mDays(1)
|
, mDays(1)
|
||||||
, mFadeTimeRemaining(0)
|
, mFadeTimeRemaining(0)
|
||||||
, mTimeAdvancer()
|
|
||||||
{
|
{
|
||||||
getWidget(mProgressBar, "ProgressBar");
|
getWidget(mProgressBar, "ProgressBar");
|
||||||
|
|
||||||
|
@ -27,7 +27,6 @@ namespace MWGui
|
|||||||
|
|
||||||
TrainingWindow::TrainingWindow()
|
TrainingWindow::TrainingWindow()
|
||||||
: WindowBase("openmw_trainingwindow.layout")
|
: WindowBase("openmw_trainingwindow.layout")
|
||||||
, mTimeAdvancer()
|
|
||||||
{
|
{
|
||||||
getWidget(mTrainingOptions, "TrainingOptions");
|
getWidget(mTrainingOptions, "TrainingOptions");
|
||||||
getWidget(mCancelButton, "CancelButton");
|
getWidget(mCancelButton, "CancelButton");
|
||||||
|
@ -52,7 +52,6 @@ namespace MWGui
|
|||||||
|
|
||||||
WaitDialog::WaitDialog()
|
WaitDialog::WaitDialog()
|
||||||
: WindowBase("openmw_wait_dialog.layout")
|
: WindowBase("openmw_wait_dialog.layout")
|
||||||
, mTimeAdvancer()
|
|
||||||
, mSleeping(false)
|
, mSleeping(false)
|
||||||
, mHours(1)
|
, mHours(1)
|
||||||
, mManualHours(1)
|
, mManualHours(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user