diff --git a/src/p_tick.c b/src/p_tick.c
index 13209c3f946882ab2bad3e532d9a9884ff3d2760..9b56ee1c2d2ed51c8c4e91e421751c80fd7f40e7 100644
--- a/src/p_tick.c
+++ b/src/p_tick.c
@@ -650,10 +650,6 @@ void P_Ticker(boolean run)
 
 	if (run)
 	{
-#ifdef HAVE_BLUA
-		LUAh_PreThinkFrame();
-#endif
-
 		P_RunThinkers();
 
 		// Run any "after all the other thinkers" stuff