Skip to content

Commit

Permalink
Fix weird merge with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hasty committed Jul 29, 2024
1 parent a567de4 commit aef165e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/thermostat/linux/include/thermostat-delegate-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ class ThermostatDelegate : public Delegate

void BeginPendingPresetList() override;

int GetPendingPresetCount() override;

CHIP_ERROR GetPendingPresetAtIndex(size_t index, PresetStructWithOwnedMembers & preset) override;

CHIP_ERROR GetActivePresetHandle(MutableByteSpan & activePresetHandle) override;

CHIP_ERROR SetActivePresetHandle(const DataModel::Nullable<ByteSpan> & newActivePresetHandle) override;
Expand Down

0 comments on commit aef165e

Please sign in to comment.