summaryrefslogtreecommitdiff
path: root/src/ipa/raspberrypi/controller/controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/raspberrypi/controller/controller.cpp')
-rw-r--r--src/ipa/raspberrypi/controller/controller.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ipa/raspberrypi/controller/controller.cpp b/src/ipa/raspberrypi/controller/controller.cpp
index bbd382bc..f4892786 100644
--- a/src/ipa/raspberrypi/controller/controller.cpp
+++ b/src/ipa/raspberrypi/controller/controller.cpp
@@ -25,13 +25,6 @@ Controller::Controller()
{
}
-Controller::Controller(char const *jsonFilename)
- : switchModeCalled_(false)
-{
- read(jsonFilename);
- initialise();
-}
-
Controller::~Controller() {}
int Controller::read(char const *filename)