aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-03-21 11:55:31 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-05-02 14:53:06 +0200
commit23d3821f0a9ab8c8581feae26a0b8e6d61f8b78d (patch)
tree5256163135d4159d9d45c34d80af87cda57ea780
parent292d88d07b98045d678e07f8b6dc092cde18e7db (diff)
downloadnx-libs-23d3821f0a9ab8c8581feae26a0b8e6d61f8b78d.tar.gz
nx-libs-23d3821f0a9ab8c8581feae26a0b8e6d61f8b78d.tar.bz2
nx-libs-23d3821f0a9ab8c8581feae26a0b8e6d61f8b78d.zip
hw/nxagent/NXpicture.c: Don't declare anything in empty function nxagentReconnectPictFormat.
Amends the following compiler warnings: ``` NXpicture.c: In function ‘nxagentReconnectPictFormat’: NXpicture.c:2148:9: warning: variable ‘pBool’ set but not used [-Wunused-but-set-variable] Bool *pBool; ^ NXpicture.c:2147:17: warning: variable ‘pFormat’ set but not used [-Wunused-but-set-variable] PictFormatPtr pFormat; ^ ```
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/NXpicture.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c b/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
index 725f5137e..67cd5d6ed 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/NXpicture.c
@@ -2144,12 +2144,6 @@ Bool nxagentReconnectAllPictFormat(void *p)
void nxagentReconnectPictFormat(void *p0, XID x1, void *p2)
{
- PictFormatPtr pFormat;
- Bool *pBool;
-
- pFormat = (PictFormatPtr)p0;
- pBool = (Bool*)p2;
-
#if defined(NXAGENT_RECONNECT_DEBUG) || defined(NXAGENT_RECONNECT_PICTFORMAT_DEBUG)
fprintf(stderr, "nxagentReconnectPictFormat.\n");
#endif