diff options
Diffstat (limited to 'controller.hxx')
-rw-r--r-- | controller.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/controller.hxx b/controller.hxx index b073a67..845179b 100644 --- a/controller.hxx +++ b/controller.hxx @@ -13,9 +13,6 @@ class Controller : public QObject ~Controller(); signals: void signUp(QString const& name); - private: - Client* interchange; - Catalog* catalog; }; #endif |