Optimize chopper a bit by making a often used macro an inline function(which means...
commit75f9b2b625b2979c4cfa8db290a283e6b5d662d6
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sun, 12 Jul 2009 11:56:38 +0000 (12 11:56 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Sun, 12 Jul 2009 11:56:38 +0000 (12 11:56 +0000)
treead803d240fcb1ca3023ad90686c1e6513727ac1a
parent8961a424c0edf36fba0b59e889cfb181f55e79e3
Optimize chopper a bit by making a often used macro an inline function(which means its parameter expressions are evaluated before expanding) and removing a unecessary display clear.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21802 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/chopper.c