From be91aa1f5c846b8d97ffa7e3cb6f0f2d1f93e5af Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Tue, 25 Aug 1998 20:16:00 +0000 Subject: [PATCH] Removed global function not used by FEs git-svn-id: svn://10.0.0.236/trunk@8452 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/edt.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mozilla/include/edt.h b/mozilla/include/edt.h index 5546bf1b256..ab1cc5ca6e3 100644 --- a/mozilla/include/edt.h +++ b/mozilla/include/edt.h @@ -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