diff options
Diffstat (limited to 'web/web_match.h')
-rw-r--r-- | web/web_match.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/web_match.h b/web/web_match.h index 04664f4..c2a4d5a 100644 --- a/web/web_match.h +++ b/web/web_match.h @@ -33,9 +33,6 @@ void match_opts_add_player(enum player_type type, char *name); void match_opts_remove_player(int pn); void match_opts_free(); -struct leg *state_active_leg(); - bool match_player_is_comp(int pn); -bool match_first_user_has_thrown(); #endif |