Skip to content

Commit

Permalink
Remove unneeded casts
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Feb 27, 2024
1 parent da78baf commit 220de00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/DeviceModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ namespace plug
DeviceModel(const std::string& name, Category category, std::size_t numberPresets)
: name_(name), category_(category), numberPresets_(numberPresets)
{
static_cast<void>(category);
static_cast<void>(numberPresets);
}

std::string name() const
Expand Down

0 comments on commit 220de00

Please sign in to comment.