]> git.ipfire.org Git - thirdparty/plymouth.git/commit
[script] drop unused on_draw() function
authorScott James Remnant <scott@ubuntu.com>
Tue, 2 Mar 2010 18:21:15 +0000 (18:21 +0000)
committerScott James Remnant <scott@ubuntu.com>
Tue, 2 Mar 2010 20:09:04 +0000 (20:09 +0000)
commitd35a13c44ba8ec514072b315481fb8c3ac5feaaa
tree7aa2297e8cb0d4ebb21b31456254eae975eebe6c
parent9795c9b561c758676a88ab1f963b70fdda5b0843
[script] drop unused on_draw() function

The on_draw() function inside the script plugin isn't referenced
anywhere, but references a static function from script-lib-sprite.c;
if building without optimisation, it's possible that gcc won't elide
this code so will fail during linking.
src/plugins/splash/script/plugin.c