Add text-image control and separate Edit/View contact
[jvcard.git] / src / be / nikiroo / jvcard / tui / panes / MainContent.java
index c33bbd3fdb93a868b84177382add38f49d6712bb..68230d490eeb98e3bb612f323fd91533f73caeef 100644 (file)
@@ -29,13 +29,6 @@ abstract public class MainContent extends Panel {
                setLayoutManager(layout);
        }
 
-       /**
-        * The {@link KeyAction#Mode} that links to this {@link MainContent}.
-        * 
-        * @return the linked mode
-        */
-       abstract public KeyAction.Mode getMode();
-
        /**
         * The kind of data displayed by this {@link MainContent}.
         *