From f79e175badd88b7ccf82c13b02400dd4797ce177 Mon Sep 17 00:00:00 2001 From: Matt Ullman Date: Tue, 27 Oct 2015 06:37:13 -0400 Subject: Clean up double semicolons --- src/modules/editor/ScriptEditorImplementation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/editor/ScriptEditorImplementation.cpp') diff --git a/src/modules/editor/ScriptEditorImplementation.cpp b/src/modules/editor/ScriptEditorImplementation.cpp index 0a13e5d71..d561225f1 100644 --- a/src/modules/editor/ScriptEditorImplementation.cpp +++ b/src/modules/editor/ScriptEditorImplementation.cpp @@ -859,7 +859,7 @@ void ScriptEditorImplementation::loadOptions() g_pEditorModulePointer->getDefaultConfigFileName(szTmp); KviConfigurationFile cfg(szTmp,KviConfigurationFile::Read); - g_clrBackground = cfg.readColorEntry("Background",QColor(0,0,0));; + g_clrBackground = cfg.readColorEntry("Background",QColor(0,0,0)); g_clrNormalText = cfg.readColorEntry("NormalText",QColor(100,255,0)); g_clrBracket = cfg.readColorEntry("Bracket",QColor(255,0,0)); g_clrComment = cfg.readColorEntry("Comment",QColor(0,120,0)); @@ -905,7 +905,7 @@ void ScriptEditorImplementation::saveOptions() g_pEditorModulePointer->getDefaultConfigFileName(szTmp); KviConfigurationFile cfg(szTmp,KviConfigurationFile::Write); - cfg.writeEntry("Background",g_clrBackground);; + cfg.writeEntry("Background",g_clrBackground); cfg.writeEntry("NormalText",g_clrNormalText); cfg.writeEntry("Bracket",g_clrBracket); cfg.writeEntry("Comment",g_clrComment); -- cgit v1.3.1-10-gc9f91