diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-12-13 01:07:54 -0800 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2018-01-03 10:39:50 +0100 |
commit | 62387107f9a1ebae534d6e4ec3ff1a20c0ce53d9 (patch) | |
tree | e6e0dcae0af7c7517c83208f9fee9756672776ef | |
parent | 77335c8d82d670eba0b470667faaf8c3df499477 (diff) |
TDEPIMNotesSource.h: remove unused kn_dcop
It's a local variable in the implementation. Found with cppcheck.
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
-rw-r--r-- | src/backends/tdepim/TDEPIMNotesSource.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backends/tdepim/TDEPIMNotesSource.h b/src/backends/tdepim/TDEPIMNotesSource.h index cd1c972d..8c623407 100644 --- a/src/backends/tdepim/TDEPIMNotesSource.h +++ b/src/backends/tdepim/TDEPIMNotesSource.h @@ -66,7 +66,6 @@ private: TQString appId; KNotesIface_stub *kn_iface; - DCOPClient *kn_dcop; /** Ugly hack to restart KNotes if it was running */ bool knotesWasRunning; |