Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Jan 1, 2024
1 parent b6b5fab commit 21654f7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/include/lib/enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "lib/enum/mediatype.hpp"
#include "lib/enum/devicetype.hpp"
#include "lib/enum/playeraction.hpp"
#include "lib/enum/position.hpp"
#include "lib/enum/albumshape.hpp"

#include <string>
Expand Down Expand Up @@ -159,12 +158,6 @@ namespace lib
}
}

static void enum_from_string(const std::string &/*str*/, device_type &device_type)
{
// TODO: Not implemented yet
device_type = device_type::unknown;
}

//endregion

//region player_action
Expand Down

0 comments on commit 21654f7

Please sign in to comment.