CVS update for previous checkin added EDT_CopyStyle() back in the file. Removing

it again.
This commit is contained in:
kin%netscape.com 1998-10-09 22:24:00 +00:00
Родитель 2fe9937a1b
Коммит 0966d0b969
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -2013,12 +2013,6 @@ void EDT_ConvertTableToText(MWContext *pMWContext)
pEditBuffer->ConvertTableToText();
}
/* Save the character and paragraph style of selection or at caret */
/* TODO: REMOVE AFTER CONFIRMING ITS NOT BEING USED ON ALL PLATFORMS */
void EDT_CopyStyle(MWContext * /* pMWContext */)
{
}
/* TRUE if there is global style data available */
XP_Bool EDT_CanPasteStyle(MWContext *pMWContext)
{