Skip to content
Snippets Groups Projects
Commit 99eec30f 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 2cc6b5d9
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2248 passed
......@@ -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