Colours are now taken from a .properties file
[jvcard.git] / src / be / nikiroo / jvcard / tui / panes / ContactDetailsRaw.java
index 47b5e8addb103c25c3f63f4658f70751609fd5a1..ec1a13640beffc4c001a4341a2dfdbe61e94f405 100644 (file)
@@ -21,8 +21,6 @@ public class ContactDetailsRaw extends MainContentList {
        private int mode;
 
        public ContactDetailsRaw(Contact contact) {
-               super(null, null);
-
                this.contact = contact;
                this.mode = 0;