Removed a no longer true TODO

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21944 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2007-08-14 12:46:33 +00:00
parent 796e4e4552
commit d2d3fb8472

View File

@ -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<const char *>(fData);
size_t pos = 0;