diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-25 12:19:54 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-10-25 12:19:54 +0000 |
| commit | 0436e7fc226bb6d99d17c103282d22fe711a877f (patch) | |
| tree | 8ee48fcd29c582ecdce97813ce762fa2c4853ff9 /src/engine/e_if_other.h | |
| parent | 5665867ef3e6e6af8926888840b35c7afd1b9c51 (diff) | |
| download | zcatch-0436e7fc226bb6d99d17c103282d22fe711a877f.tar.gz zcatch-0436e7fc226bb6d99d17c103282d22fe711a877f.zip | |
cleaned up engine client graphics a bit
Diffstat (limited to 'src/engine/e_if_other.h')
| -rw-r--r-- | src/engine/e_if_other.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/e_if_other.h b/src/engine/e_if_other.h index ca09f48b..76e86b3e 100644 --- a/src/engine/e_if_other.h +++ b/src/engine/e_if_other.h @@ -80,8 +80,6 @@ int gfx_window_active(); int gfx_window_open(); void gfx_set_vsync(int val); -void gfx_mask_op(int mask, int write); -void gfx_clear_mask(int fill); int snd_init(); int snd_shutdown(); |