Remove unread_subjects from check-all.js

unread_subjects is not used by other modules.
This commit is contained in:
Vishnu Ks
2016-05-25 17:28:22 +05:30
committed by Tim Abbott
parent 51c86a8e2e
commit fea5ed5b60

View File

@@ -56,7 +56,7 @@ var globals =
+ ' home_msg_list current_msg_list'
+ ' respond_to_message'
+ ' process_loaded_for_unread'
+ ' recent_subjects unread_subjects'
+ ' recent_subjects'
;