The thematic wiki/guide has a typo that needs to be fixed.
http://themeshaper.com/thematic/guide/?page_id=12#thematic_show_commentsrss%28%29
function dont_show_commentsrss() {
return FALSE;
}
add_filter('thematic_show_commentsrss', 'dont_show_commentrss');
needs to be changed to
function dont_show_commentsrss() {
return FALSE;
}
add_filter('thematic_show_commentsrss', 'dont_show_commentsrss');
would have done it myself but registration for the wiki/guide was closed