Skip to content

Commit

Permalink
Revert for sh4 "fix case"
Browse files Browse the repository at this point in the history
This reverts commit 887bbe5.
  • Loading branch information
MaxWiesel committed May 25, 2022
1 parent 736db56 commit a356fdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drv_generic_graphic.c
Expand Up @@ -525,7 +525,6 @@ int drv_generic_graphic_bar_draw(WIDGET * W)
val1 = max - val1;
val2 = max - val2;
rev = 1;
break;

case DIR_EAST:
for (y = 0; y < YRES; y++)
Expand Down Expand Up @@ -558,7 +557,6 @@ int drv_generic_graphic_bar_draw(WIDGET * W)
val1 = max - val1;
val2 = max - val2;
rev = 1;
break;

case DIR_SOUTH:
for (x = 0; x < XRES; x++)
Expand Down

0 comments on commit a356fdb

Please sign in to comment.