never used.

cusax-fix
Yana Stamcheva 20 years ago
parent ff2dec3ca0
commit 135da9010a

@ -1,27 +0,0 @@
/*
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net.java.sip.communicator.impl.gui.main;
import java.util.Vector;
import javax.swing.JList;
/**
* @author Yana Stamcheva
*
* The call list.
* TODO: to be removed.
*/
public class CallList extends JList {
public CallList(Vector data){
super(data);
}
}
Loading…
Cancel
Save