Skip to content

Commit

Permalink
Remove unused enum
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
edo9300 committed Mar 29, 2023
1 parent 8c8bd1f commit 861a742
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gframe/sound_threaded_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ class SoundThreadedBackend : public SoundBackend {
TICK,
TERMINATE
};
enum class ResponseType {
PLAY_MUSIC,
PLAY_SOUND,
MUSIC_PLAYING
};
struct Response {
bool answer;
bool answered;
Expand Down

0 comments on commit 861a742

Please sign in to comment.