Skip to content

Commit

Permalink
Remove unused option unread_icon_arr
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Jun 1, 2017
1 parent a864b24 commit 835d21b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config_defaults_inc.php
Expand Up @@ -3578,15 +3578,6 @@
DESCENDING => 'fa-caret-down'
);

/**
* Read status to icon mapping
* @global array $g_unread_icon_arr
*/
$g_unread_icon_arr = array(
READ => '',
UNREAD => 'fa-circle'
);

####################
# My View Settings #
####################
Expand Down Expand Up @@ -4569,7 +4560,6 @@
'view_sponsorship_total_threshold',
'view_state_enum_string',
'view_summary_threshold',
'unread_icon_arr',
'webmaster_email',
'webservice_admin_access_level_threshold',
'webservice_error_when_version_not_found',
Expand Down

0 comments on commit 835d21b

Please sign in to comment.