P_TELNET_KEEP_ALIVE entfernt
Die Prop wird nicht mehr benoetigt und wurde im Code
nur noch geloescht. Auch das ist nicht mehr noetig,
daher komplett entfernt.
Change-Id: I84af17a2358653847255bb964092f05d61a5af8a
diff --git a/std/player/base.c b/std/player/base.c
index 6ef8e25..94c2a1e 100644
--- a/std/player/base.c
+++ b/std/player/base.c
@@ -254,9 +254,6 @@
SetProp(P_NEWBIE_GUIDE,0);
Set(P_NEWBIE_GUIDE,SAVE,F_MODE_AS);
- //TODO: Remove - Property ist not needed any more.
- Set(P_TELNET_KEEP_ALIVE, PROTECTED|SAVE, F_MODE_AD);
- SetProp(P_TELNET_KEEP_ALIVE, 0);
AddId("Interactive");
diff --git a/sys/player/base.h b/sys/player/base.h
index 40a9591..45da098 100644
--- a/sys/player/base.h
+++ b/sys/player/base.h
@@ -90,9 +90,6 @@
#define P_NEEDED_QP "needed_qp"
-//TODO: Remove - Property is not needed any more.
-#define P_TELNET_KEEP_ALIVE "send_telnet_keep_alive"
-
#endif // __PLAYER_BASE_H__
#ifdef NEED_PROTOTYPES