mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Removed references to Cmd_Return, which should have gone away when GIB was
separated out into an independent interpreter.
This commit is contained in:
parent
498bdcc406
commit
8ebef28b7a
2 changed files with 0 additions and 2 deletions
|
@ -5,6 +5,5 @@
|
|||
@extern integer () Cmd_Argc;
|
||||
@extern string (integer arg) Cmd_Argv;
|
||||
@extern string (integer arg) Cmd_Args;
|
||||
@extern void (string value) Cmd_Return;
|
||||
|
||||
#endif//__ruamoko_cmd_h
|
||||
|
|
|
@ -4,4 +4,3 @@ void (string name, void () func) Cmd_AddCommand = #0;
|
|||
integer () Cmd_Argc = #0;
|
||||
string (integer arg) Cmd_Argv = #0;
|
||||
string (integer arg) Cmd_Args = #0;
|
||||
void (string value) Cmd_Return = #0;
|
||||
|
|
Loading…
Reference in a new issue