diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-14 18:24:35 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-14 18:24:35 +0200 |
commit | 8b409a50481d64383910bb9ddccc8d962705f017 (patch) | |
tree | 83578764782cfb259aa304e8211abc51064e9774 | |
parent | 352f02ba874510d32ce5d2e6972f68bc1c7d14ea (diff) |
Absolutely no need to update tracker here
-rw-r--r-- | facetracknoir/shortcuts.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/facetracknoir/shortcuts.cpp b/facetracknoir/shortcuts.cpp index 001edf80..1dff7c60 100644 --- a/facetracknoir/shortcuts.cpp +++ b/facetracknoir/shortcuts.cpp @@ -123,11 +123,6 @@ void KeyboardShortcutDialog::save() { iniFile.endGroup (); settingsDirty = false; - - // - // Send a message to the main program, to update the Settings (for the tracker) - // - mainApp->updateSettings(); } #if defined(__WIN32) || defined(_WIN32) |