Skip to content
Snippets Groups Projects
Commit 9aa913db authored by Jan Möbius's avatar Jan Möbius
Browse files

Don't explicitly add groups to ini files.

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@13961 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 5fb7d152
Branches
Tags
No related merge requests found
......@@ -499,9 +499,6 @@ void CoreWidget::saveKeyBindings(INIFile& _ini){
}
//finally store everything to INI file
if ( !_ini.section_exists("KeyBindings") )
_ini.add_section("KeyBindings");
_ini.add_entry("KeyBindings","KeyCount", keys.count());
for (int i=0; i < keys.count(); i++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment