Index: bp-core/bp-core-cssjs.php
===================================================================
--- bp-core/bp-core-cssjs.php	(revision 3007)
+++ bp-core/bp-core-cssjs.php	(working copy)
@@ -164,20 +164,4 @@
 }
 add_action( 'wp_head', 'bp_core_add_ajax_url_js' );
 
-/**
- * bp_core_override_adminbar_css()
- *
- * Overrides the theme's admin bar CSS to hide the adminbar if disabled.
- *
- * @package BuddyPress Core
- */
-function bp_core_override_adminbar_css() {
-	global $bp;
-
-	if ( defined( 'BP_DISABLE_ADMIN_BAR' ) || ( (int)get_site_option( 'hide-loggedout-adminbar' ) && !is_user_logged_in() ) ) {
-	?>
-<style type="text/css">body { padding-top: 0 !important; } #wp-admin-bar { display: none; }</style>
-	<?php }
-}
-add_action( 'wp_footer', 'bp_core_override_adminbar_css' );
 ?>
\ No newline at end of file
