From: Evan Prodromou Date: Tue, 4 Aug 2009 11:12:43 +0000 (-0400) Subject: remove unused openid lib from logout action X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=93239adb55d338af3852ad7eb9113aa06cd1afd5;p=quix0rs-gnu-social.git remove unused openid lib from logout action --- diff --git a/actions/logout.php b/actions/logout.php index 3fcfb4f4ef..cb20a26b54 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. *