aboutsummaryrefslogtreecommitdiff
path: root/nxcomp
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-01-18 22:41:05 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-03-01 12:02:25 +0100
commit0934b1e673d002c69a0c6fa846931df62acd5fb8 (patch)
treecc5e58c35d0cf94f4342cfe3ab26f0257f1e38ad /nxcomp
parent0e481f8aaf5faf0aed4cf5ea9bdbb7d458d9efdc (diff)
downloadnx-libs-0934b1e673d002c69a0c6fa846931df62acd5fb8.tar.gz
nx-libs-0934b1e673d002c69a0c6fa846931df62acd5fb8.tar.bz2
nx-libs-0934b1e673d002c69a0c6fa846931df62acd5fb8.zip
nxcomp: fix unused variables
Diffstat (limited to 'nxcomp')
-rw-r--r--nxcomp/src/TranslateCoords.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nxcomp/src/TranslateCoords.h b/nxcomp/src/TranslateCoords.h
index 997d079e1..fd9b1590b 100644
--- a/nxcomp/src/TranslateCoords.h
+++ b/nxcomp/src/TranslateCoords.h
@@ -84,10 +84,10 @@ class TranslateCoordsMessage : public Message
unsigned int src_x;
unsigned int src_y;
- unsigned char r_same_screen;
- unsigned int r_child_window;
- unsigned int r_dst_x;
- unsigned int r_dst_y;
+ // unsigned char r_same_screen;
+ // unsigned int r_child_window;
+ // unsigned int r_dst_x;
+ // unsigned int r_dst_y;
};
class TranslateCoordsStore : public MessageStore