summaryrefslogtreecommitdiff
path: root/apps/gui/icon.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/icon.c')
-rw-r--r--apps/gui/icon.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/icon.c b/apps/gui/icon.c
index f37cee969c..e943338af5 100644
--- a/apps/gui/icon.c
+++ b/apps/gui/icon.c
@@ -134,9 +134,6 @@ void screen_put_iconxy(struct screen * display,
134 { 134 {
135 iconset = inbuilt_iconset[screen]; 135 iconset = inbuilt_iconset[screen];
136 } 136 }
137 /* add some left padding to the icons if they are on the edge */
138 if (xpos == 0)
139 xpos++;
140 137
141 if (is_rtl) 138 if (is_rtl)
142 xpos = display->getwidth() - xpos - width; 139 xpos = display->getwidth() - xpos - width;