aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh18
1 files changed, 0 insertions, 18 deletions
diff --git a/dw/layout.hh b/dw/layout.hh
index 16d19979..aada2069 100644
--- a/dw/layout.hh
+++ b/dw/layout.hh
@@ -152,27 +152,9 @@ private:
~Anchor ();
};
- class QueueResizeItem: public lout::object::Object
- {
- public:
- Widget *widget;
- int ref;
- bool extremesChanged, fast;
-
- inline QueueResizeItem (Widget *widget, int ref, bool extremesChanged,
- bool fast)
- {
- this->widget = widget;
- this->ref = ref;
- this->extremesChanged = extremesChanged;
- this->fast = fast;
- }
- };
-
Platform *platform;
View *view;
Widget *topLevel, *widgetAtPoint;
- lout::container::typed::Stack<QueueResizeItem> *queueQueueResizeList;
lout::container::typed::Vector<Widget> *queueResizeList;
/* The state, which must be projected into the view. */