From d46c7b734071f2345950e9f38e8d6ea7c808eb1b Mon Sep 17 00:00:00 2001
From: Mike Francis <castblackjacket@gmail.com>
Date: Tue, 1 Jan 2013 18:40:48 +0000
Subject: [PATCH] Removed automatic RSS links

---
 functions.php | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/functions.php b/functions.php
index 11163e0..4300fe6 100644
--- a/functions.php
+++ b/functions.php
@@ -1,7 +1,6 @@
 <?php
 
 add_theme_support( 'post-thumbnails' );
-add_theme_support( 'automatic-feed-links' );
 add_theme_support( 'post-formats', array( 'post' ) ); 
 add_theme_support( 'custom-header' );
 add_theme_support( 'custom-background' );
@@ -15,10 +14,5 @@ remove_action( 'wp_head', 'index_rel_link' );
 remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head' );
 remove_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 );
 
-function remove_comments_rss( $for_comments ) {
-	return;
-}
-add_filter( 'post_comments_feed_link', 'remove_comments_rss' );
-
 if ( function_exists( 'register_sidebar' ) )
 	register_sidebar();
\ No newline at end of file