mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
remove unused session values
This commit is contained in:
parent
345fdf232e
commit
d828ed08d6
1 changed files with 0 additions and 4 deletions
|
@ -4,10 +4,6 @@ class Session
|
||||||
{
|
{
|
||||||
const KEY_DOWNLOAD_ACCESS_ERROR = 'download_error2',
|
const KEY_DOWNLOAD_ACCESS_ERROR = 'download_error2',
|
||||||
KEY_DOWNLOAD_ALLOWED = 'beta_download_allowed2',
|
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_GITHUB_ACCESS_TOKEN = 'github_access_token',
|
||||||
KEY_LIST_SUB_ERROR = 'list_error',
|
KEY_LIST_SUB_ERROR = 'list_error',
|
||||||
KEY_USER_CULTURE = 'user_culture',
|
KEY_USER_CULTURE = 'user_culture',
|
||||||
|
|
Loading…
Add table
Reference in a new issue