about summary refs log tree commit diff
path: root/src/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/client/ec_client.c8
-rw-r--r--src/engine/e_if_modc.h2
2 files changed, 0 insertions, 10 deletions
diff --git a/src/engine/client/ec_client.c b/src/engine/client/ec_client.c
index 7e5c55ae..ece501ab 100644
--- a/src/engine/client/ec_client.c
+++ b/src/engine/client/ec_client.c
@@ -1142,14 +1142,6 @@ static void client_process_packet(NETCHUNK *packet)
 							swap_endian(&marker, sizeof(int), sizeof(marker)/sizeof(int));
 							demorec_record_write("TICK", sizeof(marker), &marker);
 							
-							/* build snap and possibly add some messages */
-							modc_recordkeyframe();
-							
-							/*
-							snapbuild_init(&builder);
-							mods_snap(-1);
-							snapshot_size = snapbuild_finish(&builder, data);*/
-							
 							/* write snapshot */
 							demorec_record_write("SNAP", snapsize, tmpbuffer3);							
 						}
diff --git a/src/engine/e_if_modc.h b/src/engine/e_if_modc.h
index 14ab9ded..8839d5f1 100644
--- a/src/engine/e_if_modc.h
+++ b/src/engine/e_if_modc.h
@@ -142,6 +142,4 @@ int modc_snap_input(int *data);
 */
 const char *modc_net_version();
 
-
-void modc_recordkeyframe();
 #endif