diff options
author | fluxgen <fluxgen> | 2005-12-22 23:39:03 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-12-22 23:39:03 (GMT) |
commit | 7593eb165fc42ee025b534f66225fa32c5aefec3 (patch) | |
tree | bb15b7d482f07c995bea2cca5edad9137cef1b33 /src | |
parent | d72ed76cbd43acb3437912e93547de539479a43b (diff) | |
download | fluxbox-7593eb165fc42ee025b534f66225fa32c5aefec3.zip fluxbox-7593eb165fc42ee025b534f66225fa32c5aefec3.tar.bz2 |
removed unused variable
Diffstat (limited to 'src')
-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, |