Add text-image control and separate Edit/View contact
[jvcard.git] / src / be / nikiroo / jvcard / tui / panes / FileList.java
index 66e35ce2e43d9985507a149f2f4b8f09498cd2ac..636ec431a8e0935c7ff94b859d9f953adb014e9e 100644 (file)
@@ -129,9 +129,4 @@ public class FileList extends MainContentList {
 
                return actions;
        }
-
-       @Override
-       public Mode getMode() {
-               return Mode.FILE_LIST;
-       }
 }