Skip to content

Commit

Permalink
widget: Unduplicate more W_TABWIDGET code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyp committed Feb 19, 2013
1 parent 002232e commit fcedae2
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 406 deletions.
2 changes: 1 addition & 1 deletion lib/widget/bar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void W_BARGRAPH::highlightLost()
}


static void barGraphDisplayText(W_BARGRAPH *barGraph, int x0, int x1, int y1, PIELIGHT *pColours)
static void barGraphDisplayText(W_BARGRAPH *barGraph, int x0, int x1, int y1, PIELIGHT *)
{
if (!barGraph->text.isEmpty())
{
Expand Down
Loading

0 comments on commit fcedae2

Please sign in to comment.