Skip to content

Commit

Permalink
Removed old include.
Browse files Browse the repository at this point in the history
  • Loading branch information
carsten0x51h committed Feb 24, 2024
1 parent 23aedce commit 94b8cfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion source/indi-device-watchdog/device_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#include <memory>

#include "basedevice.h"
#include "indipropertyswitch.h"

class DeviceDataT {
private:
Expand Down
2 changes: 1 addition & 1 deletion source/indi-device-watchdog/indi_auto_connector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void IndiAutoConnectorT::propertyRemoved(INDI::Property property) {
}


void IndiAutoConnectorT::propertyUpdated(INDI::Property property) {
void IndiAutoConnectorT::propertyUpdated(INDI::Property /*property*/) {

// if (! std::strcmp(property.getName(), "CONNECTION")) {

Expand Down

0 comments on commit 94b8cfb

Please sign in to comment.