summaryrefslogtreecommitdiffstats
path: root/include/widgets/textbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/widgets/textbox.h')
-rw-r--r--include/widgets/textbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/widgets/textbox.h b/include/widgets/textbox.h
index d9320391..b8b5ea20 100644
--- a/include/widgets/textbox.h
+++ b/include/widgets/textbox.h
@@ -93,7 +93,6 @@ typedef enum {
TB_MARKUP = 1 << 20,
TB_WRAP = 1 << 21,
TB_PASSWORD = 1 << 22,
- TB_INDICATOR = 1 << 23,
} TextboxFlags;
/**
* Flags indicating current state of the textbox.