summaryrefslogtreecommitdiff
path: root/modules/profile/profile.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile/profile.module')
-rw-r--r--modules/profile/profile.module3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 39a7060de..2994838d7 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -421,9 +421,6 @@ function profile_admin_overview() {
* Menu callback; display a list of user information.
*/
function profile_browse() {
- // Add CSS
- drupal_add_css(drupal_get_path('module', 'profile') .'/profile.css', 'module', 'all', FALSE);
-
$name = arg(1);
list(,,$value) = explode('/', $_GET['q'], 3);