* #38608: new utility classes for history
diff --git a/src/org/sflphone/service/ISipService.aidl b/src/org/sflphone/service/ISipService.aidl
index 9d8a326..c4c5e18 100644
--- a/src/org/sflphone/service/ISipService.aidl
+++ b/src/org/sflphone/service/ISipService.aidl
@@ -34,16 +34,11 @@
     
     // FIXME
     void toggleSpeakerPhone(in boolean toggle);
-    
-    /* History */
-    List getHistory();
-    void clearHistory();
-    
+
     /* Notification */
     void createNotification();
     void destroyNotification();
-    
-    
+
     /* Recording */
     void setRecordPath(in String path);
     String getRecordPath();