diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-01-03 00:37:37 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-01-03 00:37:37 +0100 |
commit | 888e01e95c8674857dd3bacf95f3d99f252fb540 (patch) | |
tree | b88824a56f7e690eabd28df225dd05065cb12a7a /src/actions.c | |
parent | 2eeac71c8f4af60bf760ec6f0ad228c1cb4c0b4b (diff) | |
download | ratpoison-888e01e95c8674857dd3bacf95f3d99f252fb540.zip |
Remove some fairly obvious comments.
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/actions.c b/src/actions.c index 6af324b..3523f31 100644 --- a/src/actions.c +++ b/src/actions.c @@ -918,7 +918,6 @@ static int string_to_keysym (char *str) return keysym; } -/* Parse a key description. 's' is, naturally, the key description. */ static cmdret * parse_keydesc (char *s, struct rp_key *key) { @@ -2391,7 +2390,6 @@ parse_args (char *str, struct list_head *list, int nargs, int raw) list_add_tail (&s->node, list); } - /* Free our memory and return. */ free (tmp); return ret; } |