remove all $Id$ strings
[spider.git] / perl / DXProtVars.pm
index ce256e1e047af374ebff015782412d02fdafe479..ca1538d7e956c7eab778f9b565ba8d4b9ebfdbd7 100644 (file)
@@ -6,17 +6,11 @@
 #
 # Copyright (c) 1998 - Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 
 package DXProt;
 
-# maximum number of users in a PC16 message
-$pc16_max_users = 5;
-
-# maximum number of nodes in a PC19 message
-$pc19_max_nodes = 5;
-
 # the interval between pc50s (in seconds)
 $pc50_interval = 14*60;