aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Text.hh
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/FbTk/Text.hh
parent02aa83a59eb3d9e209449b38808635f9e293a17a (diff)
downloadfluxbox-553104ee1d53104fa0790a9793a7047c61dd073f.zip
fluxbox-553104ee1d53104fa0790a9793a7047c61dd073f.tar.bz2
fix all compiler warnings with -Wall
Diffstat (limited to 'src/FbTk/Text.hh')
-rw-r--r--src/FbTk/Text.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/FbTk/Text.hh b/src/FbTk/Text.hh
index 01ee26e..745102f 100644
--- a/src/FbTk/Text.hh
+++ b/src/FbTk/Text.hh
@@ -106,9 +106,6 @@ inline void untranslateCoords(Orientation orient, int &orig_x, int &orig_y, unsi
106// relocate the x,y coordinates 106// relocate the x,y coordinates
107inline void translatePosition(Orientation orient, int &x, int &y, unsigned int w, unsigned int h, unsigned int bw) { 107inline void translatePosition(Orientation orient, int &x, int &y, unsigned int w, unsigned int h, unsigned int bw) {
108 108
109 int orig_x = x;
110 int orig_y = y;
111
112 switch(orient) { 109 switch(orient) {
113 case ROT0: 110 case ROT0:
114 break; 111 break;