1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 22:39:41 +00:00

Merge remote-tracking branch 'thoronador/fix-uninitialized-members'

This commit is contained in:
Marc Zinnschlag 2014-10-11 14:51:55 +02:00
commit 3fd10d2a82
2 changed files with 0 additions and 3 deletions

View file

@ -123,7 +123,6 @@ namespace MWGui
, mScreenFader(NULL)
, mDebugWindow(NULL)
, mTranslationDataStorage (translationDataStorage)
, mSoftwareCursor(NULL)
, mCharGen(NULL)
, mInputBlocker(NULL)
, mCrosshairEnabled(Settings::Manager::getBool ("crosshair", "HUD"))

View file

@ -79,7 +79,6 @@ namespace MWGui
class SpellCreationDialog;
class EnchantingDialog;
class TrainingWindow;
class Cursor;
class SpellIcons;
class MerchantRepair;
class Repair;
@ -392,7 +391,6 @@ namespace MWGui
DebugWindow* mDebugWindow;
Translation::Storage& mTranslationDataStorage;
Cursor* mSoftwareCursor;
CharacterCreation* mCharGen;