summaryrefslogtreecommitdiff
path: root/src/com/android/dialer/calllog
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-09 15:16:10 -0700
committerYorke Lee <yorkelee@google.com>2013-08-09 15:33:36 -0700
commitf420a5344995b2c450379159f679809690bc9880 (patch)
tree9d20528e4b423de3babbdcfa7527e79ce0d8d827 /src/com/android/dialer/calllog
parent15ef3e1d3772d9e35182572fed9b0f1c7c958547 (diff)
Clean up todos in Dialer
Change-Id: I336373f089d1956606451e320c103d53bd737264
Diffstat (limited to 'src/com/android/dialer/calllog')
-rw-r--r--src/com/android/dialer/calllog/CallLogListItemHelper.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/dialer/calllog/CallLogListItemHelper.java b/src/com/android/dialer/calllog/CallLogListItemHelper.java
index fdebeb166..23366e469 100644
--- a/src/com/android/dialer/calllog/CallLogListItemHelper.java
+++ b/src/com/android/dialer/calllog/CallLogListItemHelper.java
@@ -27,10 +27,6 @@ import com.android.dialer.R;
/**
* Helper class to fill in the views of a call log entry.
- * TODO krelease: The only difference between this and the original is that we don't touch
- * divider views, which are not present in the new dialer. Once the new dialer replaces
- * the old one, we can replace it entirely. Otherwise we would have redundant divider=null
- * checks all over the place.
*/
/* package */class CallLogListItemHelper {
/** Helper for populating the details of a phone call. */