- 
Mike Gabriel authoredAmends the following compiler warning: ``` Pixmap.c: In function ‘nxagentDisconnectPixmap’: Pixmap.c:755:9: warning: variable ‘pBool’ set but not used [-Wunused-but-set-variable] Bool *pBool; ^ ```5ea2457e
 Amends the following compiler warning:
 ```
 Pixmap.c: In function ‘nxagentDisconnectPixmap’:
 Pixmap.c:755:9: warning: variable ‘pBool’ set but not used [-Wunused-but-set-variable]
    Bool *pBool;
          ^
 ```