diff --git a/exec/logon.js b/exec/logon.js
index b5ba86de3c02f90c1fc50c4eaf818080746b9007..fbb76794c94f116a190a385806e1a155f5983c95 100644
--- a/exec/logon.js
+++ b/exec/logon.js
@@ -22,8 +22,6 @@ if(options.show_avatar === undefined)
 	options.show_avatar = true;
 if(options.draw_avatar_right === undefined)
 	options.draw_avatar_right = true;
-if(options.last_few_callers === undefined)
-	options.last_few_callers = 4;
 
 if(user.settings & USER_ICE_COLOR) {
 	var cterm = load({}, "cterm_lib.js");