From c076b88eb012a9cc0147d7b1b426cc4c8a1d838e Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Tue, 8 Jul 2014 19:05:09 -0700 Subject: Remove more unused resources --- src/github/daneren2005/dsub/view/SongView.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/github/daneren2005/dsub/view/SongView.java b/src/github/daneren2005/dsub/view/SongView.java index dd956376..645a66c8 100644 --- a/src/github/daneren2005/dsub/view/SongView.java +++ b/src/github/daneren2005/dsub/view/SongView.java @@ -87,13 +87,6 @@ public class SongView extends UpdateView implements Checkable { boolean checkable = (Boolean) obj2; StringBuilder artist = new StringBuilder(40); - - String fileFormat = null; - if (song.getTranscodedSuffix() != null && !song.getTranscodedSuffix().equals(song.getSuffix())) { - fileFormat = String.format("%s > %s", song.getSuffix(), song.getTranscodedSuffix()); - } else { - fileFormat = song.getSuffix(); - } if(!song.isVideo()) { if(song instanceof PodcastEpisode) { -- cgit v1.2.3