I'm pretty sure you'd need to edit the libs/ubbthreads.inc.php script. Around line 1793 you'll see this:

if (!$icon) { $icon = "book.gif"; }

Try changing that to:

if (!$icon) { $icon = "blank.gif"; }