diff options
Diffstat (limited to 'src/FbTk/Text.hh')
-rw-r--r-- | src/FbTk/Text.hh | 3 |
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 |
107 | inline void translatePosition(Orientation orient, int &x, int &y, unsigned int w, unsigned int h, unsigned int bw) { | 107 | inline 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; |