Removed unused strings and function

This commit is contained in:
cmanske%netscape.com 1998-08-18 20:25:19 +00:00
Родитель 92f2e216e7
Коммит 596ca0bdbd
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -1106,12 +1106,6 @@ void FE_FinishedRelayout(MWContext * pMWContext);
* Currently used after every Autosave event so toolbar SAVE button can be grayed
*/
void FE_UpdateEnableStates(MWContext * pMWContext);
/* Get how to paste the table data on the clipboard
MOVE OUTSIDE #ifdef XP_WIN WHEN IMPLEMENTED ON OTHER PLATFORMS
*/
extern ED_PasteType FE_GetTablePasteType(MWContext *pMWContext, intn iRows, intn iCols, XP_Bool bInTable, XP_Bool bCellIsSelected);
#endif /* XP_WIN */
#if defined(XP_WIN) || defined(XP_UNIX)