Removed an unused preference check

pull/14/head
Sam Bosley 12 years ago
parent 9a3068b37e
commit 8a9554a30a

@ -375,9 +375,6 @@
<item>-1</item>
</string-array>
<!-- show task decorations (corresponds to showing notes icon in the task adapter) -->
<string name="p_default_showdecorations_key">p_show_decorations</string>
<!-- ============================================================ SYNC == -->
<string-array name="sync_SPr_interval_values">

@ -501,10 +501,6 @@ public class TaskAdapter extends CursorAdapter implements Filterable {
if(Math.abs(DateUtilities.now() - task.getValue(Task.MODIFICATION_DATE)) < 2000L)
mostRecentlyMade = task.getId();
if (Preferences.getBoolean(R.string.p_default_showdecorations_key, false)) {
decorationManager.request(viewHolder);
}
}
@SuppressWarnings("nls")

Loading…
Cancel
Save