aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-03-18 16:06:59 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-05-02 14:53:06 +0200
commitc206a0c69d8b2fd1888f8102a32007839b135eae (patch)
treed678dfdcbc31a40a8d32f0c5aaad45d89e5b4f78
parent5bbdbfce2ef7d153dba7c888edf49021bcbe3914 (diff)
downloadnx-libs-c206a0c69d8b2fd1888f8102a32007839b135eae.tar.gz
nx-libs-c206a0c69d8b2fd1888f8102a32007839b135eae.tar.bz2
nx-libs-c206a0c69d8b2fd1888f8102a32007839b135eae.zip
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]; ^ ```
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Splash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Splash.c b/nx-X11/programs/Xserver/hw/nxagent/Splash.c
index abb0872d1..a069b3e23 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Splash.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Splash.c
@@ -165,7 +165,6 @@ int nxagentShowSplashWindow(Window parentWindow)
void nxagentPaintLogo(Window win, GC gc, int scale, int width, int height)
{
XPoint rect[4];
- XPoint m[12];
int w, h, c, w2, h2;
/*