diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-04-21 22:27:27 -0700 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-04-21 22:27:27 -0700 |
commit | 0629b25d5f406bad82f5bd0fa4894ae9667dc48e (patch) | |
tree | 268fbc6f1d8bfe9730f83db68d4ddc8933e06c76 /xup | |
parent | e65bd6b7d7c8177def8fa7c23875b1f0ff13d7ce (diff) | |
download | xrdp-proprietary-0629b25d5f406bad82f5bd0fa4894ae9667dc48e.tar.gz xrdp-proprietary-0629b25d5f406bad82f5bd0fa4894ae9667dc48e.zip |
Fix warnings about unused variables and functions
Diffstat (limited to 'xup')
-rw-r--r-- | xup/xup.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1151,10 +1151,6 @@ process_server_paint_rect_shmem_ex(struct mod *amod, struct stream *s) int shmem_offset; int width; int height; - int x; - int y; - int cx; - int cy; int index; int rv; tsi16 *ldrects; |