summaryrefslogtreecommitdiff
path: root/web/web_prompt.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/web_prompt.h')
-rw-r--r--web/web_prompt.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/web/web_prompt.h b/web/web_prompt.h
index 7d503f8..7887c34 100644
--- a/web/web_prompt.h
+++ b/web/web_prompt.h
@@ -1,16 +1,6 @@
#ifndef WEB_PROMPT_H
#define WEB_PROMPT_H
-enum prompt_mode {
- PM_DARTBOARD,
- PM_VISIT,
- PM_NUM_DARTS,
- PM_END_MATCH,
- PM_SELECT_MODE
-};
-
-extern enum prompt_mode pm;
-
void oi();
void prompt_set_msgl(char *str);