diff options
Diffstat (limited to 'sowatchd/daemon.cpp')
-rw-r--r-- | sowatchd/daemon.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sowatchd/daemon.cpp b/sowatchd/daemon.cpp index bcf3686..b8d5d0e 100644 --- a/sowatchd/daemon.cpp +++ b/sowatchd/daemon.cpp @@ -6,7 +6,6 @@ using namespace sowatch; Daemon::Daemon(QObject *parent) : QObject(parent), - _registry(Registry::registry()), _config(new GConfKey("/apps/sowatch", this)), _watches_list(_config->getSubkey("watches", this)), _status_mapper(new QSignalMapper(this)) |