# HG changeset patch # User marseille # Date 1240520605 -7200 # Node ID 2809f7f2d04a646ef08c0a3ed16987e122df3a95 # Parent a54a18e2e902bb4a5f1da2a3f190665a7a8509e9 Correction warning Suppression fonction useless diff -r a54a18e2e902 -r 2809f7f2d04a 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 listGroup, List listContact) { ExpandableListAdapter Adapter;