diff --git a/fboauth.install b/fboauth.install
index 49ea07f..2dfe263 100644
--- a/fboauth.install
+++ b/fboauth.install
@@ -25,6 +25,7 @@ function fboauth_uninstall() {
   variable_del('fboauth_user_profile');
   variable_del('fboauth_user_properties');
   variable_del('fboauth_user_connections');
+  variable_del('fboauth_user_fields');
 }
 
 /**
@@ -78,4 +79,3 @@ function _fboauth_change_user_mail_field($action = 'install') {
   db_change_field('users', 'mail', 'mail', $schema['users']['fields']['mail']);
   return $res;
 }
-
