summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/modules/gentoo/step1.php')
-rw-r--r--frontend/modules/gentoo/step1.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/modules/gentoo/step1.php b/frontend/modules/gentoo/step1.php
index d3ee3b9..2b7a9f2 100644
--- a/frontend/modules/gentoo/step1.php
+++ b/frontend/modules/gentoo/step1.php
@@ -8,5 +8,4 @@ while ($profile=$r->fetch(PDO::FETCH_ASSOC)) {
$opts[$profile->id]=$display;
}
$this->select('profile', 'profile', 'Profile', $opts);
-$next=2;
?>