summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-06 18:32:19 +0100
committerJonathan Bauer2011-03-06 18:32:19 +0100
commite2c69e1c7c3bcca5a7f67c5a689f066b4de09b05 (patch)
tree73b4897b3a91c2f036a003d7e2976eee106e840f /src/fbgui.cpp
parentDEFAULT_URL, forgot to change it before last commit.. (diff)
downloadfbgui-e2c69e1c7c3bcca5a7f67c5a689f066b4de09b05.tar.gz
fbgui-e2c69e1c7c3bcca5a7f67c5a689f066b4de09b05.tar.xz
fbgui-e2c69e1c7c3bcca5a7f67c5a689f066b4de09b05.zip
removed unused code
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp14
1 files changed, 0 insertions, 14 deletions
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();