Skip to content

Commit d93e72e

Browse files
committed
Delete unused method
1 parent d9607f5 commit d93e72e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/helpers/articles_helper.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,4 @@ def render_code_block_app_file(filename, **)
77
render CodeBlock::AppFile.new(filename, **)
88
end
99
end
10-
11-
def example_color_scheme_css
12-
color_scheme = ColorScheme.find_by(name: "Custom Watercourse") || ColorScheme.cached_default
13-
ColorSchemes::Css.new(color_scheme: color_scheme).call
14-
end
1510
end

0 commit comments

Comments
 (0)