- 
Mike Gabriel authoredAmends the following compiler warning: ``` Clipboard.c: In function ‘nxagentRequestSelection’: Clipboard.c:272:7: warning: variable ‘result’ set but not used [-Wunused-but-set-variable] int result; ^ ```5bbdbfce
 Amends the following compiler warning:
 ```
 Clipboard.c: In function ‘nxagentRequestSelection’:
 Clipboard.c:272:7: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
    int result;
        ^
 ```