diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-03-18 16:06:59 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-05-02 14:53:06 +0200 |
commit | c206a0c69d8b2fd1888f8102a32007839b135eae (patch) | |
tree | d678dfdcbc31a40a8d32f0c5aaad45d89e5b4f78 /nx-X11 | |
parent | 5bbdbfce2ef7d153dba7c888edf49021bcbe3914 (diff) | |
download | nx-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];
^
```
Diffstat (limited to 'nx-X11')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Splash.c | 1 |
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; /* |