comment out unused method AuthGPG::updateTrustAllKeys_locked

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3042 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-05-31 19:20:52 +00:00
parent bed4cb1d4a
commit c23ea03190
2 changed files with 70 additions and 69 deletions

View file

@ -109,7 +109,8 @@ class AuthGPG : public p3Config
// store all keys in map mKeyList to avoid calling gpgme exe repeatedly
bool storeAllKeys_locked();
bool storeAllKeys_timed();
bool updateTrustAllKeys_locked();
// Not used anymore
// bool updateTrustAllKeys_locked();
bool printAllKeys_locked();
bool printOwnKeys_locked();