summaryrefslogtreecommitdiff
path: root/actions/logout.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-04 07:12:43 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-04 13:01:23 -0400
commit93239adb55d338af3852ad7eb9113aa06cd1afd5 (patch)
tree2d1f595c712e84949bd692aa10a105901cad4759 /actions/logout.php
parent6d64882270aa3dda3cb184d848692123e552ef1e (diff)
remove unused openid lib from logout action
Diffstat (limited to 'actions/logout.php')
-rw-r--r--actions/logout.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/logout.php b/actions/logout.php
index 3fcfb4f4e..cb20a26b5 100644
--- a/actions/logout.php
+++ b/actions/logout.php
@@ -32,8 +32,6 @@ if (!defined('LACONICA')) {
exit(1);
}
-require_once INSTALLDIR.'/lib/openid.php';
-
/**
* Logout action class.
*