From 1947c4d7f32272ec0c5b9295808cde4c9138995c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 19 Apr 2017 14:48:57 +0200 Subject: Fix warnings in preparation for splitting nif_helpers out --- c_src/sdl_texture.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'c_src/sdl_texture.c') diff --git a/c_src/sdl_texture.c b/c_src/sdl_texture.c index 8606f37..425e0ec 100644 --- a/c_src/sdl_texture.c +++ b/c_src/sdl_texture.c @@ -14,9 +14,6 @@ #include "esdl2.h" -NIF_ATOM_TO_ENUM_FUNCTION_DECL(atom_to_blend_mode, SDL_BlendMode) -NIF_ENUM_TO_ATOM_FUNCTION_DECL(blend_mode_to_atom, SDL_BlendMode) - void dtor_Texture(ErlNifEnv* env, void* obj) { SDL_DestroyTexture(NIF_RES_GET(Texture, obj)); -- cgit v1.2.3