Inaktiven Code entfernt.

Change-Id: Ia9c2d92a491493ab647324daa3d86fc99a639405
diff --git a/secure/telnetneg.c b/secure/telnetneg.c
index ea3da27..6a7a356 100644
--- a/secure/telnetneg.c
+++ b/secure/telnetneg.c
@@ -812,24 +812,6 @@
   }
 }
 
-private void _call_old_SendTelOpts(object po) {
-  if (!objectp(po) || !interactive(po)) return;
-/*
-  closure cl=unbound_lambda( ({}),
-               ({ #'funcall, ({#'symbol_function, "SendTelopts"}) }) );
-
-  funcall(bind_lambda(cl, po));
-*/  
-  // Bloody temporary Hack until next reboot...
-
-  funcall( bind_lambda( #'efun::binary_message, po ),
-           ({ IAC, WILL, TELOPT_EOR,
-              IAC, DO, TELOPT_TTYPE,
-              IAC, DO, TELOPT_NAWS,
-              IAC, DO, TELOPT_LINEMODE,
-           }), 0x1 );
-}
-
 // Query-/Set-Methoden
 // Und wenn hier einer von aussen dran rumpfuscht, werde ich sauer.
 mapping