Removed global function not used by FEs

git-svn-id: svn://10.0.0.236/trunk@8452 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
1998-08-25 20:16:00 +00:00
parent c9dd72cbff
commit be91aa1f5c

View File

@@ -1322,11 +1322,6 @@ char * EDT_GetDefaultPublishURL(MWContext * pMWContext, char **ppFilename, char
*/
XP_Bool EDT_GetPublishingHistory(unsigned n, char** loc, char** u, char** p);
/*
* Copy the last publish location to the 0th history, move everyone up one.
*/
void EDT_SyncPublishingHistory(void);
/* Get URL and TITLE from the recently-edited history list kept in preferences
* Similar to Publish history list, except caller should NOT XP_FREE the returned strings
* because they are cached in local string arrays for quicker access