aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-07-08 19:05:09 -0700
committerScott Jackson <daneren2005@gmail.com>2014-07-08 19:05:09 -0700
commitc076b88eb012a9cc0147d7b1b426cc4c8a1d838e (patch)
treee1fea1e722b8e7e117b30d085c5095c769e47df2 /src
parent338f6c57d5c49c78cb0e1dd44dcfd00aaf95078d (diff)
downloaddsub-c076b88eb012a9cc0147d7b1b426cc4c8a1d838e.tar.gz
dsub-c076b88eb012a9cc0147d7b1b426cc4c8a1d838e.tar.bz2
dsub-c076b88eb012a9cc0147d7b1b426cc4c8a1d838e.zip
Remove more unused resources
Diffstat (limited to 'src')
-rw-r--r--src/github/daneren2005/dsub/view/SongView.java7
1 files changed, 0 insertions, 7 deletions
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) {