remove unused bool in temp control
authorJim Morris <morris@wolfman.com>
Sun, 23 Apr 2017 07:57:33 +0000 (00:57 -0700)
committerJim Morris <morris@wolfman.com>
Sun, 23 Apr 2017 07:57:33 +0000 (00:57 -0700)
src/modules/tools/temperaturecontrol/TemperatureControl.h

index 109c4b9..eb6548f 100644 (file)
@@ -89,7 +89,6 @@ class TemperatureControl : public Module {
             bool use_bangbang:1;
             bool waiting:1;
             bool temp_violated:1;
-            bool link_to_tool:1;
             bool active:1;
             bool readonly:1;
             bool windup:1;