From d2d3fb84722df082b9ccc51c915731e7d48af40c Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Tue, 14 Aug 2007 12:46:33 +0000 Subject: [PATCH] Removed a no longer true TODO git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21944 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/PicturePlayer.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/kits/interface/PicturePlayer.cpp b/src/kits/interface/PicturePlayer.cpp index 44209b8e09..d526a9626e 100644 --- a/src/kits/interface/PicturePlayer.cpp +++ b/src/kits/interface/PicturePlayer.cpp @@ -63,9 +63,6 @@ PicturePlayer::Play(void **callBackTable, int32 tableEntries, void *userData) // If an application supplies the wrong size or an invalid pointer, // it's its own fault. - // TODO: Call the exit_font_state_change and exit_state_change hooks. - // there are no ops for them, so we need to keep track of the size of the data block, - // and call them when we are at the end. const char *data = reinterpret_cast(fData); size_t pos = 0;