summaryrefslogtreecommitdiff
path: root/src/Toolbar.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-16 11:18:22 (GMT)
committersimonb <simonb>2006-04-16 11:18:22 (GMT)
commit553104ee1d53104fa0790a9793a7047c61dd073f (patch)
tree5ccc4968b10f604c05aaa6d3bb13fc206fab8faa /src/Toolbar.cc
parent02aa83a59eb3d9e209449b38808635f9e293a17a (diff)
downloadfluxbox_lack-553104ee1d53104fa0790a9793a7047c61dd073f.zip
fluxbox_lack-553104ee1d53104fa0790a9793a7047c61dd073f.tar.bz2
fix all compiler warnings with -Wall
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r--src/Toolbar.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc
index 035fdd6..319f56a 100644
--- a/src/Toolbar.cc
+++ b/src/Toolbar.cc
@@ -977,7 +977,6 @@ void Toolbar::rearrangeItems() {
977 977
978 unsigned int width = this->width(), height = this->height(); 978 unsigned int width = this->width(), height = this->height();
979 unsigned int tmpw, tmph; 979 unsigned int tmpw, tmph;
980 int tmpx, tmpy;
981 FbTk::translateSize(orient, width, height); 980 FbTk::translateSize(orient, width, height);
982 981
983 for (; item_it != item_it_end; ++item_it) { 982 for (; item_it != item_it_end; ++item_it) {