IFSSaver: style fixes

This commit is contained in:
John Scipione 2014-05-14 18:29:01 -04:00
parent ca7ee40437
commit 694d9bc1e6

View File

@ -67,9 +67,9 @@ IFSSaver::IFSSaver(BMessage* message, image_id id)
IFSSaver::~IFSSaver()
{
if (Looper() != NULL) {
if (Looper() != NULL)
Looper()->RemoveHandler(this);
}
_Cleanup();
}
@ -222,7 +222,6 @@ IFSSaver::Draw(BView* view, int32 frame)
void
IFSSaver::DirectDraw(int32 frame)
{
if (frame == 0)
fLastDrawnFrame = -1;