Skip to content

Commit

Permalink
Remove unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sk committed Nov 16, 2011
1 parent a2d58e1 commit 147e895
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions css-colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def generate_color_theme(colors):
write_plist(theme_plist, colorized_theme_path)

theme.set(colorized_theme_path)

if basename(theme_path).startswith('Colorized-'):
rm(theme_path)
rm(theme_path + '.cache')
Expand Down Expand Up @@ -324,11 +324,6 @@ def get_color_regions(view):
return w3c + extra_web + hex_rgb + rbg_percent


def erase_colorized_regions(view, regions):
for region in regions:
view.erase_regions(str(region))


def colorize_if_not(view):
if not theme.is_colorized:
colorize_css(view, True)
Expand Down

0 comments on commit 147e895

Please sign in to comment.