Removed obsolete comments.

This commit is contained in:
Ole Loots 2013-04-13 14:54:20 +02:00
parent c9fd3a4f13
commit af521e0494

View File

@ -1178,10 +1178,8 @@ short gemtk_wm_exec_msg(GUIWIN *win, short msg_type, short a, short b, short c,
return(retval);
}
// TODO: rename, document and implement alternative (gemtk_wm_exec_event)
void gemtk_wm_exec_redraw(GUIWIN *win, GRECT *area)
{
//short retval;
GRECT work;
if (area == NULL) {