Merge branch 'master' into SIMPLEROUTE
[spider.git] / perl / DXChannel.pm
index 36b221561c19775a570a7ca819c2dbd3f173be3b..8ab5a6fbc7e4695974050d5e87d1fb3909ed22be 100644 (file)
@@ -119,15 +119,10 @@ $count = 0;
                  lastmsgpoll => '0,Last Msg Poll,atime',
                  inscript => '9,In a script,yesno',
                  handle_xml => '9,Handles XML,yesno',
-                 do_pc92 => '9,Handles PC92,yesno',
-                 send_pc92 => '9,Send PC92,atime',
+                 do_pc9x => '9,Handles PC9x,yesno',
                  inqueue => '9,Input Queue,parray',
                 );
 
-
-use vars qw($VERSION $BRANCH);
-($VERSION, $BRANCH) = dxver(q$Revision$);
-
 # object destruction
 sub DESTROY
 {