diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php
index 774cf5e051e3e4b3ba23c859953bbdff45acbc20..843a9e1c38e54b9219dd50de0775f79b3c2c93cf 100644
--- a/push-syndication-server/push-syndication-server.php
+++ b/push-syndication-server/push-syndication-server.php
@@ -480,10 +480,6 @@ class Push_Syndication_Server {
 
 	}
 
-	public function display_siteoptions_admin_message( $error_sites ) {
-
-	}
-
 	/*******   SITE METABOXES   *********/
     public function site_metaboxes() {
         add_meta_box('sitediv', __(' Site Settings '), array( &$this, 'add_site_settings_metabox' ), 'syn_site', 'normal', 'high');