1.1 --- a/toolbars.cpp Tue Aug 15 11:42:10 2006 +0000
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,19 +0,0 @@
1.4 -#include "toolbars.h"
1.5 -
1.6 -ToolBarSet::ToolBarSet()
1.7 -{
1.8 -}
1.9 -
1.10 -void ToolBarSet::loadSettings(const Settings &s)
1.11 -{
1.12 -}
1.13 -
1.14 -void ToolBarSet::saveSettings(const Settings &s)
1.15 -{
1.16 -}
1.17 -
1.18 -void ToolBarSet::add(QToolBar *tb)
1.19 -{
1.20 -}
1.21 -
1.22 -
2.1 --- a/vym.pro Tue Aug 15 11:42:10 2006 +0000
2.2 +++ b/vym.pro Tue Aug 15 11:43:21 2006 +0000
2.3 @@ -31,7 +31,6 @@
2.4 process.h \
2.5 selection.h \
2.6 texteditor.h \
2.7 - toolbars.h \
2.8 version.h \
2.9 xml.h \
2.10 xsltproc.h \
2.11 @@ -66,7 +65,6 @@
2.12 process.cpp \
2.13 selection.cpp \
2.14 texteditor.cpp \
2.15 - toolbars.cpp \
2.16 xml.cpp \
2.17 xsltproc.cpp \
2.18 settings.cpp \