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