fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-08-13 12:27 am

[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 [personal profile] ninetydegrees.

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 );
--------------------------------------------------------------------------------