smartpanel : delete ring account from the panel

Change-Id: Ie40094e31cfb975ea7f518f068b6c38eb5504e6b
Tuleap: #1246
diff --git a/AccountListItemsViewModel.h b/AccountListItemsViewModel.h
index 0674557..b39eca8 100644
--- a/AccountListItemsViewModel.h
+++ b/AccountListItemsViewModel.h
@@ -43,6 +43,7 @@
 

     /* functions */

     AccountListItem^ findItem(String^ accountId);

+    void removeItem(AccountListItem^ item);

 

     /* properties */

     property Vector<AccountListItem^>^ itemsList