summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/stylesheet/color.rb
diff options
context:
space:
mode:
authorochko <[email protected]>2012-04-06 16:33:15 +0900
committerochko <[email protected]>2012-04-06 16:33:15 +0900
commit3431214a4feaa076ebc246552e5e61331d35c398 (patch)
treee560af73715bed412c4e4fd3427b00b681257ac7 /lib/axlsx/stylesheet/color.rb
parent78e2f076f0b0a1bbe651a3ce53075ae2cf778284 (diff)
downloadcaxlsx-3431214a4feaa076ebc246552e5e61331d35c398.tar.gz
caxlsx-3431214a4feaa076ebc246552e5e61331d35c398.zip
put only plain string cells in shared string table
Diffstat (limited to 'lib/axlsx/stylesheet/color.rb')
-rw-r--r--lib/axlsx/stylesheet/color.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/axlsx/stylesheet/color.rb b/lib/axlsx/stylesheet/color.rb
index 497e2d4d..065eeb46 100644
--- a/lib/axlsx/stylesheet/color.rb
+++ b/lib/axlsx/stylesheet/color.rb
@@ -71,10 +71,5 @@ module Axlsx
end
str << "/>"
end
-
- def signature
- "#{@rgb}:#{auto}:#{@tint}"
- end
-
end
end