Skip to content
Snippets Groups Projects
Commit 62570d8c authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Eliminate unused variable that I guess clang doesn't warn about but gcc does.

parent c128e10e
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,6 @@ static int init_window()
static void map_window()
{
XSizeHints *sh;
int scaled_height;
int minwidth = bitmap_width;
int minheight = bitmap_height;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment