Make Gruntmaster::Page::Base::variants not need overriding
[gruntmaster-page.git] / lib / Gruntmaster / Page / Src.pm
index 8e51d8ba71b676455badcb638a57a5ee1d7f6407..6dd5a9c2ad29dc5201a89786628ce2488fa5500b 100644 (file)
@@ -25,6 +25,4 @@ sub generate{
        [200, ['Content-Type' => CONTENT_TYPES->{$ext}, 'Cache-Control' => 'max-age=604800', 'X-Forever' => 1], [job_inmeta($job)->{files}{prog}{content}] ]
 }
 
-sub variants{ [[file => 1, undef, undef, undef, undef, undef]] }
-
 1
This page took 0.009381 seconds and 4 git commands to generate.