Colours are now taken from a .properties file
[jvcard.git] / src / be / nikiroo / jvcard / tui / panes / ContactList.java
index bbd1f77a73f267d286d5ec93165161511e3ab066..ae1a65b2ee52ed54bc788d26614677aa67250bb1 100644 (file)
@@ -25,9 +25,6 @@ public class ContactList extends MainContentList {
        private String format = "";
 
        public ContactList(Card card) {
-               super(UiColors.Element.CONTACT_LINE,
-                               UiColors.Element.CONTACT_LINE_SELECTED);
-
                // TODO: should get that in an INI file
                formats.add("NICKNAME@3|FN@+|EMAIL@30");
                formats.add("FN@+|EMAIL@40");