summaryrefslogtreecommitdiffstats
path: root/xup
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-04-21 22:27:27 -0700
committerPavel Roskin <plroskin@gmail.com>2016-04-21 22:27:27 -0700
commit0629b25d5f406bad82f5bd0fa4894ae9667dc48e (patch)
tree268fbc6f1d8bfe9730f83db68d4ddc8933e06c76 /xup
parente65bd6b7d7c8177def8fa7c23875b1f0ff13d7ce (diff)
downloadxrdp-proprietary-0629b25d5f406bad82f5bd0fa4894ae9667dc48e.tar.gz
xrdp-proprietary-0629b25d5f406bad82f5bd0fa4894ae9667dc48e.zip
Fix warnings about unused variables and functions
Diffstat (limited to 'xup')
-rw-r--r--xup/xup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xup/xup.c b/xup/xup.c
index 1bc976ea..c93fa799 100644
--- a/xup/xup.c
+++ b/xup/xup.c
@@ -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;