Skip to content

Commit ec9d607

Browse files
committed
Don't set icon
It's deprecated in Rabbit 4.0.0.
1 parent a252e71 commit ec9d607

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

theme.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Copyright (C) 2012-2015 Kouhei Sutou <kou@clear-code.com>
1+
# Copyright (C) 2012-2025 Sutou Kouhei <kou@clear-code.com>
42
#
53
# License: GPLv3+, GFDL, CC BY-SA 3.0 and/or CC BY-SA 4.0
64
#
@@ -31,7 +29,7 @@
3129
include_theme("clear-blue")
3230

3331
@icon_images = ["clear-code-icon.png"]
34-
include_theme("icon")
32+
# include_theme("icon")
3533

3634
@lightning_talk_proc_name = "lightning-clear-code"
3735
@lightning_talk_as_large_as_possible = true

0 commit comments

Comments
 (0)