summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/cobject.h')
-rw-r--r--muse2/muse/cobject.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/muse2/muse/cobject.h b/muse2/muse/cobject.h
index f13ff591..d58bb823 100644
--- a/muse2/muse/cobject.h
+++ b/muse2/muse/cobject.h
@@ -146,10 +146,6 @@ class TopWin : public QMainWindow
// ToplevelList
//---------------------------------------------------------
-//typedef std::list <TopWin*> ToplevelList;
-//typedef ToplevelList::iterator iToplevel;
-//typedef ToplevelList::const_iterator ciToplevel;
-
typedef std::list<TopWin*>::iterator iToplevel;
typedef std::list<TopWin*>::const_iterator ciToplevel;