Commit 0bc055bd authored by Marc Schumann's avatar Marc Schumann

Bug 760020 – Remove leftover support for single-file skins.

r/a=LpSolit
parent 15659830
......@@ -30,12 +30,8 @@ sub legal_values {
foreach my $direntry (glob(catdir($dirbase, '*'))) {
if (-d $direntry) {
# Stylesheet set
next if basename($direntry) =~ /^cvs$/i;
push(@legal_values, basename($direntry));
}
elsif ($direntry =~ /\.css$/) {
# Single-file stylesheet
# Stylesheet set found
push(@legal_values, basename($direntry));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment