Remove extraneous constants
[gruntmaster-data.git] / lib / Gruntmaster / Data.pm
index 067d52c2635cf79c41acf9f6c9d0e3162d1df5ff..2706f94338f643e17bd84c71f1b8e3cfb9ae1965 100644 (file)
@@ -15,9 +15,7 @@ use DBIx::Simple;
 use List::Util qw/sum/;
 use SQL::Abstract;
 
-use constant CONTEST_PUBLIC_COLUMNS => [qw/id name description start stop owner/];
 use constant PROBLEM_PUBLIC_COLUMNS => [qw/id author writer level name owner private timeout olimit value/];
-use constant USER_PUBLIC_COLUMNS => [qw/id admin name town university country level/];
 use constant JOBS_PER_PAGE => 50;
 
 my %statements = (
This page took 0.011186 seconds and 4 git commands to generate.