From e2c69e1c7c3bcca5a7f67c5a689f066b4de09b05 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Sun, 6 Mar 2011 18:32:19 +0100 Subject: removed unused code --- src/fbgui.cpp | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/fbgui.cpp') diff --git a/src/fbgui.cpp b/src/fbgui.cpp index 991372b..8a03368 100644 --- a/src/fbgui.cpp +++ b/src/fbgui.cpp @@ -7,20 +7,6 @@ QUrl baseURL; -// Function not yet used, depends how settings will be loaded. -// Probably better to not use a member variable to save settings, -// rather process/set them in the main & use globals. -void fbgui::setOption(QString key, QString value) -{ - if (!_options.contains(key)) - _options.insert(key, value); - else - { - _options.remove(key); - _options.insert(key, value); - } -} - void fbgui::startBrowser() { _fbb = new fbbrowser(); -- cgit v1.2.3-55-g7522