Skip to content

Commit

Permalink
Remove unimplemented methods
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Oct 2, 2021
1 parent c9b9b06 commit 56e9ac7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/include/lib/enum/mediatype.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,4 @@ namespace lib
/** Audio */
audio,
};

auto to_string(media_type m) -> std::string;

auto from_string(const std::string &str) -> media_type;
}

0 comments on commit 56e9ac7

Please sign in to comment.