Index: bp-core-cssjs.php
===================================================================
--- bp-core-cssjs.php	(revision 2754)
+++ bp-core-cssjs.php	(working copy)
@@ -170,6 +170,8 @@
  * Overrides the theme's admin bar CSS to hide the adminbar if disabled.
  *
  * @package BuddyPress Core
+ *
+ * @deprecated This function should no longer be used.
  */
 function bp_core_override_adminbar_css() {
 	global $bp;
@@ -179,5 +181,5 @@
 <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
