summaryrefslogtreecommitdiffstats
path: root/include/view.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-10-30 21:40:13 +0100
committerDave Davenport <qball@gmpclient.org>2017-10-30 21:40:13 +0100
commit1dccdb302e321db3973b010fb4e11ae759bc4702 (patch)
tree59fd877869c22eeeec454d92faf2ad8a7a11d8c0 /include/view.h
parentc405c748a28c8b0d08ed9fa83ede18bd38d64880 (diff)
Remove color from prompt, can be added in theme now.
fixed: #637
Diffstat (limited to 'include/view.h')
-rw-r--r--include/view.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/view.h b/include/view.h
index 5a3a0855..96e478a8 100644
--- a/include/view.h
+++ b/include/view.h
@@ -52,8 +52,6 @@ typedef enum
MENU_ERROR_DIALOG = 4,
/** INDICATOR */
MENU_INDICATOR = 8,
- /** Show column */
- MENU_PROMPT_COLON = 16,
} MenuFlags;
/**