summaryrefslogtreecommitdiff
path: root/web/web_control.h
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-02 08:18:23 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-02 08:18:23 -0700
commit09c23f60189223db58d98e49ee94df947667662d (patch)
tree3667f7639ab257e407cad689cbd4054dcc315e76 /web/web_control.h
parent6a4dd8790c5c98466087a5374611f72131eff958 (diff)
downloaddartboat-09c23f60189223db58d98e49ee94df947667662d.tar.gz
dartboat-09c23f60189223db58d98e49ee94df947667662d.tar.xz
web: minor cleanup of prompt code
Diffstat (limited to 'web/web_control.h')
-rw-r--r--web/web_control.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/web_control.h b/web/web_control.h
index 33cbd2c..ddecac0 100644
--- a/web/web_control.h
+++ b/web/web_control.h
@@ -1,9 +1,6 @@
#ifndef WEB_CONTROL_H
#define WEB_CONTROL_H
-void set_active_player(int pn);
-void toggle_active_player();
-
void start_match(int mode);
void end_match();
void user_visit(int points);
@@ -11,7 +8,6 @@ void user_num_darts(int n);
void user_undo();
void user_visit_to_rem(int rem);
void update_user_rem_from_pts(int pts);
-void end_boat_visit(int rem, double avg);
void handle_next();