From 4c8dfb375b4b30dbb6079f9d68024980d81ffa20 Mon Sep 17 00:00:00 2001 From: xolatile Date: Thu, 7 Aug 2025 00:32:29 +0200 Subject: More cleanups... --- src/shared/iengine.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/shared/iengine.h') diff --git a/src/shared/iengine.h b/src/shared/iengine.h index f4e822d..3b2c662 100644 --- a/src/shared/iengine.h +++ b/src/shared/iengine.h @@ -186,9 +186,6 @@ extern void conoutf(int type, const char *s, ...) PRINTFARGS(2, 3); extern void conoutf(int type, int tag, const char *s, ...) PRINTFARGS(3, 4); extern void conoutfv(int type, const char *fmt, va_list args); -extern FILE *getlogfile(); -extern void setlogfile(const char *fname); -extern void closelogfile(); extern void logoutfv(const char *fmt, va_list args); extern void logoutf(const char *fmt, ...) PRINTFARGS(1, 2); @@ -222,7 +219,6 @@ extern int getworldsize(); extern int getmapversion(); extern void renderentcone(const extentity &e, const vec &dir, float radius, float angle); extern void renderentarrow(const extentity &e, const vec &dir, float radius); -extern void renderentattachment(const extentity &e); extern void renderentsphere(const extentity &e, float radius); extern void renderentring(const extentity &e, float radius, int axis = 0); -- cgit v1.2.3