removed unused variable
This commit is contained in:
parent
d72ed76cbd
commit
7593eb165f
1 changed files with 0 additions and 1 deletions
|
@ -1274,7 +1274,6 @@ void Menu::highlightItem(int index) {
|
||||||
|
|
||||||
FbPixmap buffer = FbPixmap(menu.frame, item_w, item_h, menu.frame.depth());
|
FbPixmap buffer = FbPixmap(menu.frame, item_w, item_h, menu.frame.depth());
|
||||||
|
|
||||||
int hilite_x = item_x, hilite_y = item_y;
|
|
||||||
if (menu.hilite_pixmap != ParentRelative) {
|
if (menu.hilite_pixmap != ParentRelative) {
|
||||||
if (menu.hilite_pixmap) {
|
if (menu.hilite_pixmap) {
|
||||||
buffer.copyArea(menu.hilite_pixmap,
|
buffer.copyArea(menu.hilite_pixmap,
|
||||||
|
|
Loading…
Reference in a new issue