From 5f0292c32b336be0bb279a7511a9ee37ba9df3fa Mon Sep 17 00:00:00 2001 From: un1versal Date: Sun, 8 May 2016 02:36:03 +0100 Subject: cleanup: remove more ancient commented code p3 --- src/modules/eventeditor/EventEditorWindow.cpp | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/modules/eventeditor/EventEditorWindow.cpp') 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 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 -*/ } -- cgit v1.3.1-10-gc9f91