removed unused preference key

This commit is contained in:
Mariotaku Lee 2016-02-13 14:43:33 +08:00
parent 42a8f470ff
commit 2d564b7d70
1 changed files with 0 additions and 2 deletions

View File

@ -284,8 +284,6 @@ public interface SharedPreferenceConstants {
String KEY_MEDIA_PREVIEW_STYLE = "media_preview_style"; String KEY_MEDIA_PREVIEW_STYLE = "media_preview_style";
@Preference(type = BOOLEAN, hasDefault = true, defaultBoolean = false) @Preference(type = BOOLEAN, hasDefault = true, defaultBoolean = false)
String KEY_MEDIA_PREVIEW = "media_preview"; String KEY_MEDIA_PREVIEW = "media_preview";
@Preference(type = BOOLEAN, hasDefault = true, defaultBoolean = false)
String KEY_SORT_TIMELINE_BY_ID = "sort_timeline_by_id";
@Preference(type = STRING, hasDefault = true) @Preference(type = STRING, hasDefault = true)
String KEY_PROFILE_IMAGE_STYLE = "profile_image_style"; String KEY_PROFILE_IMAGE_STYLE = "profile_image_style";