[dw-free] Cleaning: make all layout.pm files look the same
[commit: http://hg.dwscoalition.org/dw-free/rev/040743d8d66c]
http://bugs.dwscoalition.org/show_bug.cgi?id=2793
Remove redundant line (we take the value of the designer from the theme
itself).
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2793
Remove redundant line (we take the value of the designer from the theme
itself).
Patch by
Files modified:
- cgi-bin/LJ/S2Theme/boxesandborders.pm
--------------------------------------------------------------------------------
diff -r a4ea127fcf78 -r 040743d8d66c cgi-bin/LJ/S2Theme/boxesandborders.pm
--- a/cgi-bin/LJ/S2Theme/boxesandborders.pm Fri Aug 06 07:47:32 2010 -0500
+++ b/cgi-bin/LJ/S2Theme/boxesandborders.pm Fri Aug 13 08:27:04 2010 +0800
@@ -17,7 +17,6 @@ package LJ::S2Theme::boxesandborders::gr
package LJ::S2Theme::boxesandborders::gray;
use base qw( LJ::S2Theme::boxesandborders );
sub cats { qw() }
-sub designer { "branchandroot" }
package LJ::S2Theme::boxesandborders::lightondark;
use base qw( LJ::S2Theme::boxesandborders );
--------------------------------------------------------------------------------
