summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/cobject.cpp')
-rw-r--r--muse2/muse/cobject.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/muse2/muse/cobject.cpp b/muse2/muse/cobject.cpp
index a4fbd6c7..eff6d9af 100644
--- a/muse2/muse/cobject.cpp
+++ b/muse2/muse/cobject.cpp
@@ -51,12 +51,8 @@ TopWin::TopWin(ToplevelType t, QWidget* parent, const char* name, Qt::WindowFlag
if (initInited==false)
initConfiguration();
- initalizing=true;
-
_type=t;
-
-
setObjectName(QString(name));
// Allow multiple rows. Tim.
//setDockNestingEnabled(true);
@@ -350,12 +346,6 @@ void TopWin::shareToolsAndMenu(bool val)
void TopWin::storeInitialState() const
{
- if (initalizing)
- {
- printf("THIS SHOULD NEVER HAPPEN: STORE INIT STATE CALLED WHILE INITING! please IMMEDIATELY report that to flo!\n");
- exit(1);
- }
-
_widthInit[_type] = width();
_heightInit[_type] = height();
if (sharesToolsAndMenu())