aboutsummaryrefslogtreecommitdiff
path: root/src/Container.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-07-01 03:32:53 (GMT)
committermarkt <markt>2006-07-01 03:32:53 (GMT)
commitc18985732b09da5f09189e91a145cb33e656688d (patch)
tree7b403311860659c0e1022716663f6860dc4ee7cf /src/Container.hh
parent698539d9b9012bb6c282725e775e358c1bd4a281 (diff)
downloadfluxbox-c18985732b09da5f09189e91a145cb33e656688d.zip
fluxbox-c18985732b09da5f09189e91a145cb33e656688d.tar.bz2
more dead functions
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);