Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/preferences_helper.rb')
-rw-r--r--app/helpers/preferences_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/preferences_helper.rb b/app/helpers/preferences_helper.rb
index 204e3b149b9..da8ef2277f1 100644
--- a/app/helpers/preferences_helper.rb
+++ b/app/helpers/preferences_helper.rb
@@ -75,10 +75,6 @@ module PreferencesHelper
user_application_theme == 'gl-dark'
end
- def user_application_theme_css_filename
- @user_application_theme_css_filename ||= Gitlab::Themes.for_user(current_user).css_filename
- end
-
def user_theme_primary_color
Gitlab::Themes.for_user(current_user).primary_color
end