]> git.tuebingen.mpg.de Git - paraslash.git/commit
play.c: Simplify get_mapped_keyseqs().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 27 Mar 2016 03:07:52 +0000 (03:07 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 15 May 2016 10:19:18 +0000 (12:19 +0200)
commit9d3bea8d8175c6c4beaea5922a8ba16110698e4e
tree92015f45829ec55929815222f917db4b981ddabf
parent33ba8eb22b343a76c455bb240fbbfd3dc3063f11
play.c: Simplify get_mapped_keyseqs().

Removing the debug log message allows to get rid of three
local variables and an allocation.
play.c