Module: wine Branch: master Commit: 674d3a1242504d4f8049d3015ac5497285c89b8b URL: http://source.winehq.org/git/wine.git/?a=commit;h=674d3a1242504d4f8049d3015a...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Dec 24 14:04:04 2012 +0100
mshtml: Removed no longer used nsIProfile declaration.
---
dlls/mshtml/nsiface.idl | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-)
diff --git a/dlls/mshtml/nsiface.idl b/dlls/mshtml/nsiface.idl index 744f45b..a141dd1 100644 --- a/dlls/mshtml/nsiface.idl +++ b/dlls/mshtml/nsiface.idl @@ -3094,27 +3094,6 @@ interface nsITooltipTextProvider : nsISupports
[ object, - uuid(02b0625a-e7f3-11d2-9f5a-006008a6efe9), - local -] -interface nsIProfile : nsISupports -{ - nsresult GetProfileCount(int32_t *aProfileCount); - nsresult GetProfileList(uint32_t *length, PRUnichar ***profileNames); - nsresult ProfileExists(const PRUnichar *profileName, bool *_retval); - nsresult GetCurrentProfile(PRUnichar **aCurrentProfile); - nsresult SetCurrentProfile(const PRUnichar *aCurrentProfile); - nsresult ShutDownCurrentProfile(uint32_t shutDownType); - nsresult CreateNewProfile(const PRUnichar *profileName, - const PRUnichar *nativeProfileDir, const PRUnichar *langcode, - bool useExistingDir); - nsresult RenameProfile(const PRUnichar *oldName, const PRUnichar *newName); - nsresult DeleteProfile(const PRUnichar *name, bool canDeleteFiles); - nsresult CloneProfile(const PRUnichar *profileName); -} - -[ - object, uuid(24f3f4da-18a4-448d-876d-7360fefac029), local ]