diff options
Diffstat (limited to 'source/cl_demo.c')
-rw-r--r-- | source/cl_demo.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/cl_demo.c b/source/cl_demo.c index 1e08789..23275f1 100644 --- a/source/cl_demo.c +++ b/source/cl_demo.c @@ -245,12 +245,6 @@ void CL_Stop_f( void ) { Com_Printf( "Stopped demo (%u bytes written).\n", msglen ); } -static const cmd_option_t o_record[] = { - { "h", "help", "display this message" }, - { "z", "gzip", "compress file with gzip" }, - { NULL } -}; - /* ==================== CL_Record_f |