summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/src/domain/outboxcontroller.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/src/domain/outboxcontroller.h b/framework/src/domain/outboxcontroller.h
index 0d33956a..24fe9584 100644
--- a/framework/src/domain/outboxcontroller.h
+++ b/framework/src/domain/outboxcontroller.h
@@ -34,7 +34,4 @@ class OutboxController : public Kube::Controller
34 34
35public: 35public:
36 explicit OutboxController(); 36 explicit OutboxController();
37
38private:
39 QScopedPointer<Kube::ControllerAction> mSynchronizeOutboxAction;
40}; 37};