diff options
| author | Johannes Herman <johannes.herman@gmail.com> | 2026-03-17 09:32:06 +0100 |
|---|---|---|
| committer | Johannes Herman <johannes.herman@gmail.com> | 2026-03-17 09:32:06 +0100 |
| commit | f61c349a1c640289c43484b52c1e5650c9fbdcbd (patch) | |
| tree | efd715d8f22e1de4b515fcae548e104c2ac72169 | |
| parent | 95a841ac088a78c7c55c9213a1f4664d3c60e328 (diff) | |
Removed unused variablemain
| -rw-r--r-- | src/chat.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -173,7 +173,6 @@ void gameprintchatmessage(game *g, demomessage *m) void printchat(demo *demo) { - int i; game g; demochunk *c; |
