summaryrefslogtreecommitdiff
path: root/src/bibletime_dbus_adaptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bibletime_dbus_adaptor.cpp')
-rw-r--r--src/bibletime_dbus_adaptor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bibletime_dbus_adaptor.cpp b/src/bibletime_dbus_adaptor.cpp
index c841e18..30619ec 100644
--- a/src/bibletime_dbus_adaptor.cpp
+++ b/src/bibletime_dbus_adaptor.cpp
@@ -32,10 +32,6 @@ void BibleTimeDBusAdaptor::syncAllVerseBasedModules(const QString& key) {
m_bibletime->syncAllVerseBasedModules(key);
}
-void BibleTimeDBusAdaptor::reloadModules() {
- m_bibletime->reloadModules();
-}
-
void BibleTimeDBusAdaptor::openWindow(const QString& moduleName, const QString& key) {
m_bibletime->openWindow(moduleName, key);
}