libpurple/keyring.h

branch
soc.2008.masterpassword
changeset 33992
a4299c59c1b0
parent 33991
0eb45874d73a
child 33997
035d8594b66a
--- a/libpurple/keyring.h	Thu Aug 14 19:47:00 2008 +0000
+++ b/libpurple/keyring.h	Fri Aug 15 03:39:45 2008 +0000
@@ -325,18 +325,6 @@
 			       GError ** error,
 			       GDestroyNotify * destroy);
 
-
-
-/** 
- * functions called from the code to access passwords (account.h):
- *	purple_account_get_password()
- *	purple_account_set_password()
- * @todo :
- *	- rewrite these functions to use the sync functions for compatibility,
- *	- build an async way to access the async functions, and patch all libpurple 
- *	code that calls the accessors to use new ones.
- */
-
 /**
  * Read a password from the active safe.
  * This should be renamed purple_keyring_get_password() when getting

mercurial