Committer: akanashin
LJSUP-11941: Incorrect category for style Minimal BlackU trunk/cgi-bin/LJ/S2Theme/cleansimple.pm
Modified: trunk/cgi-bin/LJ/S2Theme/cleansimple.pm =================================================================== --- trunk/cgi-bin/LJ/S2Theme/cleansimple.pm 2012-05-03 11:51:33 UTC (rev 21873) +++ trunk/cgi-bin/LJ/S2Theme/cleansimple.pm 2012-05-03 12:18:34 UTC (rev 21874) @@ -113,8 +113,4 @@ use base qw(LJ::S2Theme::cleansimple); sub cats { qw( clean warm ) } -package LJ::S2Theme::cleansimple::minimal_black; -use base qw(LJ::S2Theme::cleansimple); -sub cats { qw( clean ) } - 1;