gui: removed options for possible error/style

This commit is contained in:
Daniel Marjamäki 2010-04-10 15:32:22 +02:00
parent 96ba41b009
commit d7db82293e
2 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,7 @@
<property name="title"> <property name="title">
<string>&amp;View</string> <string>&amp;View</string>
</property> </property>
<addaction name="mActionShowAll"/>
<addaction name="mActionShowStyle"/> <addaction name="mActionShowStyle"/>
<addaction name="mActionShowAllStyle"/>
<addaction name="mActionShowErrors"/> <addaction name="mActionShowErrors"/>
<addaction name="mActionCheckAll"/> <addaction name="mActionCheckAll"/>
<addaction name="mActionUncheckAll"/> <addaction name="mActionUncheckAll"/>

View File

@ -335,7 +335,6 @@ Settings MainWindow::GetCppcheckSettings()
} }
result._debug = false; result._debug = false;
result._showAll = true;
result._checkCodingStyle = true; result._checkCodingStyle = true;
result._errorsOnly = false; result._errorsOnly = false;
result._verbose = true; result._verbose = true;