Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62dd4b86 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Remove commented code

Bug: 7596888
Change-Id: Ieae2cdeb6af4e685beab6cec0239ac7c085014fc
parent 4f96cf35
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -235,10 +235,6 @@ public class SettingsActivity extends PreferenceActivity
        @Override
        public int compareTo(TimeZoneRow another) {
            return mOffset - another.mOffset;
/*            if (mOffset == another.mOffset) {
                return 0;
            }
            return mOffset < another.mOffset ? -1 : 1;*/
        }

        public String buildGmtDisplayName(String id, String displayName, boolean useDaylightTime) {