Remove the obsolete logging and defunct VRAM dumping options from the Win32 UI

This commit is contained in:
Alexander Babikov
2022-02-07 15:59:13 +05:00
parent bc4588c1a5
commit 1a7a93010d
49 changed files with 0 additions and 1527 deletions

View File

@@ -188,10 +188,6 @@ extern void loadfont(char *s, int format);
extern int get_actual_size_x(void);
extern int get_actual_size_y(void);
#ifdef ENABLE_VRAM_DUMP
extern void svga_dump_vram(void);
#endif
extern uint32_t video_color_transform(uint32_t color);
extern void agpgart_set_aperture(void *handle, uint32_t base, uint32_t size, int enable);