From d828ed08d6be21cea583e9ca23035b7cee735b4a Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Tue, 27 Nov 2018 17:00:31 -0500 Subject: [PATCH] remove unused session values --- controller/Session.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/controller/Session.class.php b/controller/Session.class.php index 7ff0a3bf..0da141e6 100644 --- a/controller/Session.class.php +++ b/controller/Session.class.php @@ -4,10 +4,6 @@ class Session { const KEY_DOWNLOAD_ACCESS_ERROR = 'download_error2', KEY_DOWNLOAD_ALLOWED = 'beta_download_allowed2', - KEY_DEVELOPER_LAST_FORM = 'developer_last_form', - KEY_DEVELOPER_CREDITS_ERROR = 'developer_credits_error', - KEY_DEVELOPER_CREDITS_WALLET_ADDRESS = 'developer_credits_wallet_address', - KEY_DEVELOPER_RETURN_URL_SUCCESS = 'developer_return_url_success', KEY_GITHUB_ACCESS_TOKEN = 'github_access_token', KEY_LIST_SUB_ERROR = 'list_error', KEY_USER_CULTURE = 'user_culture',