Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Remove unused variable colors
Browse files Browse the repository at this point in the history
  • Loading branch information
whd authored and whd committed Jan 7, 2013
1 parent 342ae53 commit d190337
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/graphite_graph.rb
Expand Up @@ -264,7 +264,6 @@ def url(format = nil, url=true)
return nil if properties[:surpress]

url_parts = []
colors = []

[:title, :vtitle, :from, :width, :height, :until].each do |item|
url_parts << "#{item}=#{properties[item]}" if properties[item]
Expand Down

0 comments on commit d190337

Please sign in to comment.