diff options
Diffstat (limited to 'plugins/keybindings')
-rw-r--r-- | plugins/keybindings/msd-keybindings-manager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/keybindings/msd-keybindings-manager.c b/plugins/keybindings/msd-keybindings-manager.c index 2077ef7..5ce7f0d 100644 --- a/plugins/keybindings/msd-keybindings-manager.c +++ b/plugins/keybindings/msd-keybindings-manager.c @@ -265,7 +265,6 @@ same_key (const Key *key, const Key *other) } else if (key->keycodes != NULL || other->keycodes != NULL) return FALSE; - return TRUE; } |