diff options
-rw-r--r-- | src/FbTk/Menu.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/FbTk/Menu.cc b/src/FbTk/Menu.cc index 3aa88b0..3585b5b 100644 --- a/src/FbTk/Menu.cc +++ b/src/FbTk/Menu.cc | |||
@@ -1274,7 +1274,6 @@ void Menu::highlightItem(int index) { | |||
1274 | 1274 | ||
1275 | FbPixmap buffer = FbPixmap(menu.frame, item_w, item_h, menu.frame.depth()); | 1275 | FbPixmap buffer = FbPixmap(menu.frame, item_w, item_h, menu.frame.depth()); |
1276 | 1276 | ||
1277 | int hilite_x = item_x, hilite_y = item_y; | ||
1278 | if (menu.hilite_pixmap != ParentRelative) { | 1277 | if (menu.hilite_pixmap != ParentRelative) { |
1279 | if (menu.hilite_pixmap) { | 1278 | if (menu.hilite_pixmap) { |
1280 | buffer.copyArea(menu.hilite_pixmap, | 1279 | buffer.copyArea(menu.hilite_pixmap, |