aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor/EventEditorWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/eventeditor/EventEditorWindow.cpp')
-rw-r--r--src/modules/eventeditor/EventEditorWindow.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/modules/eventeditor/EventEditorWindow.cpp b/src/modules/eventeditor/EventEditorWindow.cpp
index 1012de596..63e9c531a 100644
--- a/src/modules/eventeditor/EventEditorWindow.cpp
+++ b/src/modules/eventeditor/EventEditorWindow.cpp
@@ -591,26 +591,8 @@ void EventEditorWindow::getConfigGroupName(QString & szName)
void EventEditorWindow::saveProperties(KviConfigurationFile *) //cfg
{
- /*
-#ifdef COMPILE_SCRIPTTOOLBAR
- cfg->writeEntry("Sizes",m_pEditor->sizes());
- cfg->writeEntry("LastEvent",m_pEditor->lastEditedEvent().ptr());
- //qDebug("LAST EDITED=%s",m_pEditor->lastEditedEvent().ptr());
-#endif // COMPILE_SCRIPTTOOLBAR
-*/
}
void EventEditorWindow::loadProperties(KviConfigurationFile *) //cfg
{
- /*
-#ifdef COMPILE_SCRIPTTOOLBAR
- QValueList<int> def;
- def.append(20);
- def.append(80);
- m_pEditor->setSizes(cfg->readIntListEntry("Sizes",def));
- KviCString tmp = cfg->readEntry("LastEvent","");
- m_pEditor->editEvent(tmp);
- //qDebug("LAST EDITED WAS %s",tmp.ptr());
-#endif // COMPILE_SCRIPTTOOLBAR
-*/
}