summaryrefslogtreecommitdiff
path: root/src/data.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-06-01 19:32:25 +0000
committersabetts <sabetts>2001-06-01 19:32:25 +0000
commit2a84949a2adb5e342db8043512c3866f2e396e5b (patch)
tree25dab2bb417e1a219ff7ca95fcb55b0b24e792ee /src/data.h
parent366e07b927a7c54012d21819b6504fb06878fcc1 (diff)
downloadratpoison-2a84949a2adb5e342db8043512c3866f2e396e5b.zip
reverted last revision
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/data.h b/src/data.h
index 19b68ae..4584b21 100644
--- a/src/data.h
+++ b/src/data.h
@@ -166,13 +166,9 @@ struct modifier_info
{
/* unsigned int mode_switch_mask; */
unsigned int meta_mod_mask;
- KeySym meta_sym;
unsigned int alt_mod_mask;
- KeySym alt_sym;
unsigned int super_mod_mask;
- KeySym super_sym;
unsigned int hyper_mod_mask;
- KeySym hyper_sym;
};
/* Keeps track of which mod mask each modifier is under. */