diff --git a/src/root/common.tt b/src/root/common.tt
index d4b299a2..46057cb8 100644
--- a/src/root/common.tt
+++ b/src/root/common.tt
@@ -5,7 +5,6 @@
 
 [% inputTypes =
     { "svn" = "Subversion checkout"
-    , "cvs" = "CVS checkout"
     , "git" = "Git checkout"
     , "tarball" = "Download of a tarball"
     , "string" = "String value"