remove unused openid lib from logout action

This commit is contained in:
Evan Prodromou 2009-08-04 07:12:43 -04:00
parent 6d64882270
commit 93239adb55
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@ if (!defined('LACONICA')) {
exit(1);
}
require_once INSTALLDIR.'/lib/openid.php';
/**
* Logout action class.
*