summaryrefslogtreecommitdiff
path: root/src/gui/widgets/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/layout.h')
-rw-r--r--src/gui/widgets/layout.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gui/widgets/layout.h b/src/gui/widgets/layout.h
index 9e2cbb698..86b5dddcb 100644
--- a/src/gui/widgets/layout.h
+++ b/src/gui/widgets/layout.h
@@ -64,17 +64,6 @@ class Layout final : public LayoutCell
*/
void reflow(int &restrict nW, int &restrict nH);
- /**
- * When the minimum size of the layout is less than the available size,
- * the remaining pixels are equally split amongst the FILL items.
- */
- enum
- {
- AUTO_DEF = -42, /**< Default value, behaves like AUTO_ADD. */
- AUTO_SET = -43, /**< Uses the share as the new size. */
- AUTO_ADD = -44 /**< Adds the share to the current size. */
- };
-
private:
bool mComputed;
};