Commit 0934b1e6 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

nxcomp: fix unused variables

parent 0e481f8a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment