aboutsummaryrefslogtreecommitdiffstats
path: root/c_src/sdl_texture.c
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-04-19 14:48:57 +0200
committerLoïc Hoguin <[email protected]>2017-04-19 14:48:57 +0200
commit1947c4d7f32272ec0c5b9295808cde4c9138995c (patch)
tree18afdcdfc3ea21167d84f7d57f09eb8542dc0fb9 /c_src/sdl_texture.c
parent3d3a8dcdc9a2f45888059e69587dd07c45aa856a (diff)
downloadesdl2-1947c4d7f32272ec0c5b9295808cde4c9138995c.tar.gz
esdl2-1947c4d7f32272ec0c5b9295808cde4c9138995c.tar.bz2
esdl2-1947c4d7f32272ec0c5b9295808cde4c9138995c.zip
Fix warnings in preparation for splitting nif_helpers out
Diffstat (limited to 'c_src/sdl_texture.c')
-rw-r--r--c_src/sdl_texture.c3
1 files changed, 0 insertions, 3 deletions
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));