]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.h
sv_save: Remove SV_CanSave hook and just call it directly. Move it to sv_save.c
[xonotic/darkplaces.git] / host.h
diff --git a/host.h b/host.h
index 80b5aa744e61e5bb196284de58dfebfbcaea8786..c87c3649edf86715e69226558e6e0028fd877718 100644 (file)
--- a/host.h
+++ b/host.h
@@ -34,7 +34,6 @@ typedef struct host_s
                void (*Disconnect)(void);
                void (*ToggleMenu)(void);
                qbool (*CL_Intermission)(void); // Quake compatibility
-               qbool (*SV_CanSave)(void); // Quake compatibility
                void (*CL_SendCvar)(struct cmd_state_s *);
                void (*SV_SendCvar)(struct cmd_state_s *);
        } hook;