Correction warning
authormarseille
Thu, 23 Apr 2009 23:03:25 +0200
changeset 161 2809f7f2d04a
parent 160 a54a18e2e902
child 162 72bfb4fe5815
Correction warning Suppression fonction useless
src/com/beem/project/beem/ui/ContactList.java
--- a/src/com/beem/project/beem/ui/ContactList.java	Thu Apr 23 22:57:48 2009 +0200
+++ b/src/com/beem/project/beem/ui/ContactList.java	Thu Apr 23 23:03:25 2009 +0200
@@ -162,12 +162,6 @@
 	}
     }
 
-    private boolean isStatusOK(int status) {
-	if (status == Status.CONTACT_STATUS_AVAILABLE || status == Status.CONTACT_STATUS_AVAILABLE_FOR_CHAT
-	    || status == Status.CONTACT_STATUS_AWAY || status == Status.CONTACT_STATUS_BUSY)
-	    return true;
-	return false;
-    }
 
     private void showContactList(List<String> listGroup, List<Contact> listContact) {
 	ExpandableListAdapter Adapter;