Bug 1269001 - Post: remove now used strings from UnusedResourcesUtil r=me

MozReview-Commit-ID: 5UNsxyN3Pqs
This commit is contained in:
Andrzej Hunt 2016-05-10 13:37:07 -07:00
parent 4ac40f686d
commit 97db06402c

View File

@ -8,15 +8,6 @@ import org.mozilla.gecko.R;
*/
@SuppressWarnings("unused")
final class UnusedResourcesUtil {
/**
* Bug 1269001 prelands some strings for localisation for Aurora (before landing the commits
* actually making use of these strings), hence we need to reference them here temporarily.
*/
public static final int[] TEMPORARY_PRELANDED_BOOKMARK_ITEMS = {
R.string.bookmark_folder_items,
R.string.bookmark_folder_one_item,
};
public static final int[] CONSTANTS = {
R.dimen.match_parent,
R.dimen.wrap_content,