JAL-2316 Added UrlProvider factories. Tidied up labelling.
[jalview.git] / src / jalview / urls / UrlProviderI.java
index 0a02ca0..25303a6 100644 (file)
@@ -93,11 +93,4 @@ public interface UrlProviderI
    * Determine if id is for a user-defined URL
    */
   boolean isUserEntry(String id);
-
-  /**
-   * Get list of column names to display in UI
-   * 
-   * @return column names
-   */
-  List<String> getDisplayColumnNames();
 }