Skip to content

Commit

Permalink
Remove stray enum
Browse files Browse the repository at this point in the history
  • Loading branch information
cvuchener committed Dec 16, 2015
1 parent 8fcb9e4 commit b12387c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/libhidpp/hidpp10/Profile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@

using namespace HIDPP10;

enum SpecialFunction: uint16_t {
PanLeft = 0x0001,
PanRight = 0x0002,
BatteryLevel = 0x0003,
NextMode = 0x0004,
PreviousMode = 0x0008,
CycleMode = 0x0009,
NextProfile = 0x0010,
CycleProfile = 0x0011,
PreviousProfile = 0x0020,
};

std::string Profile::Button::specialFunctionToString (SpecialFunction special)
{
switch (special) {
Expand Down

0 comments on commit b12387c

Please sign in to comment.