aboutsummaryrefslogtreecommitdiff
path: root/src/Container.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Container.hh')
-rw-r--r--src/Container.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Container.hh b/src/Container.hh
index fc770fc..cfaf1ea 100644
--- a/src/Container.hh
+++ b/src/Container.hh
@@ -96,8 +96,6 @@ public:
96 inline const Item& selected() const { return m_selected; } 96 inline const Item& selected() const { return m_selected; }
97 inline Item selected() { return m_selected; } 97 inline Item selected() { return m_selected; }
98 unsigned int maxWidthPerClient() const; 98 unsigned int maxWidthPerClient() const;
99 unsigned int maxTotalSize() const { return m_max_total_size; }
100 inline unsigned int maxHeightPerClient() const { return (empty() ? height() : height()/size()); }
101 inline bool updateLock() const { return m_update_lock; } 99 inline bool updateLock() const { return m_update_lock; }
102 100
103 void for_each(std::mem_fun_t<void, FbTk::FbWindow> function); 101 void for_each(std::mem_fun_t<void, FbTk::FbWindow> function);