Commit c206a0c6 authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagent/Splash.c: Drop unused variable declaration "XPoint m[12];".

Amends the following compiler warning: ``` Splash.c: In function ‘nxagentPaintLogo’: Splash.c:168:13: warning: unused variable ‘m’ [-Wunused-variable] XPoint m[12]; ^ ```
parent 5bbdbfce
...@@ -165,7 +165,6 @@ int nxagentShowSplashWindow(Window parentWindow) ...@@ -165,7 +165,6 @@ int nxagentShowSplashWindow(Window parentWindow)
void nxagentPaintLogo(Window win, GC gc, int scale, int width, int height) void nxagentPaintLogo(Window win, GC gc, int scale, int width, int height)
{ {
XPoint rect[4]; XPoint rect[4];
XPoint m[12];
int w, h, c, w2, h2; int w, h, c, w2, h2;
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment