diff --git a/include/class.client.php b/include/class.client.php
index 570af7c14f7afbd2a72ee49cf673b5af92438e45..a39b0b41cc1d01dd536cb47602100abfe77cd5f6 100644
--- a/include/class.client.php
+++ b/include/class.client.php
@@ -423,7 +423,5 @@ class ClientAccount extends UserAccount {
 
 // Used by the email system
 interface EmailContact {
-    function getId();
-    function getEmail();
 }
 ?>