From e149243eb20a1bb74657914122bcabc01de2ae36 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 14 May 2014 22:34:39 +0300 Subject: Move enum from layout into separate file. --- src/gui/widgets/layout.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/gui/widgets/layout.h') 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; }; -- cgit v1.2.3-60-g2f50