diff --git a/push-syndication-server/push-syndication-server.php b/push-syndication-server/push-syndication-server.php
index 391f5c0be78755cb3b6e2e1a0c673db2f1b15aa9..ef3cf9a4e9cf9f4e30694c9c3e56ac2615caf4cb 100644
--- a/push-syndication-server/push-syndication-server.php
+++ b/push-syndication-server/push-syndication-server.php
@@ -60,8 +60,6 @@ class Push_Syndication_Server {
 		add_action( 'syn_delete_content', array(&$this, 'delete_content') );
 		add_action( 'syn_syndicate_options', array(&$this, 'syndicate_options') );
 
-	    add_action( 'admin_notices', array(&$this, 'display_siteoptions_admin_messages' ) );
-
     }
 
     public function init() {
@@ -434,10 +432,6 @@ class Push_Syndication_Server {
 
 	}
 
-	public function display_siteoptions_admin_messages() {
-
-	}
-
 	/*******  SYNCING OPTIONS  *******/
 	public function schedule_syndicate_options_cron() {