summaryrefslogtreecommitdiff
path: root/src/vte/vteenums.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vte/vteenums.h')
-rw-r--r--src/vte/vteenums.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vte/vteenums.h b/src/vte/vteenums.h
index f02d3e78..4082fe88 100644
--- a/src/vte/vteenums.h
+++ b/src/vte/vteenums.h
@@ -202,7 +202,6 @@ typedef enum /*< skip >*/ {
* @VTE_ALIGN_START: align to left/top
* @VTE_ALIGN_CENTER: align to centre
* @VTE_ALIGN_END: align to right/bottom
- * @VTE_ALIGN_FILL: fill available space
*
* An enumeration type that can be used to specify how the terminal
* uses extra allocated space.
@@ -214,10 +213,6 @@ typedef enum {
VTE_ALIGN_CENTER = 1U,
/* VTE_ALIGN_BASELINE = 2U, */
VTE_ALIGN_END = 3U,
- VTE_ALIGN_FILL = 4U, /*< skip >*/ /* flag */
- VTE_ALIGN_START_FILL = 4U,
- /* VTE_ALIGN_CENTER_FILL = 5U, */
- /* VTE_ALIGN_END_FILL = 6U, */
} VteAlign;
G_END_DECLS