kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2010-08-20 07:00 pm

[dw-free] Cleaning: make all themes.s2 files look the same

[commit: http://hg.dwscoalition.org/dw-free/rev/905f5413bcd2]

http://bugs.dwscoalition.org/show_bug.cgi?id=2894

Remove redundant line in Blanket theme file (should be inherited from
layout).

Patch by [personal profile] kareila.

Files modified:
  • bin/upgrading/s2layers/blanket/themes.s2
--------------------------------------------------------------------------------
diff -r 59cb450d2b9b -r 905f5413bcd2 bin/upgrading/s2layers/blanket/themes.s2
--- a/bin/upgrading/s2layers/blanket/themes.s2	Fri Aug 20 13:02:57 2010 -0500
+++ b/bin/upgrading/s2layers/blanket/themes.s2	Fri Aug 20 14:00:14 2010 -0500
@@ -294,8 +294,6 @@ layerinfo redist_uniq = "blanket/peach";
 layerinfo redist_uniq = "blanket/peach";
 layerinfo author_name = "renoir";
 
-set layout_authors = [ { "name" => "renoir", "type" => "user" } ];
-
 ##===============================
 ## Page Colors
 ##===============================
--------------------------------------------------------------------------------