From d5375d5308b3483f5dc8da89943d5a98f67818d5 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 3 Feb 2016 14:19:09 +0100 Subject: Get rid of extra_load(), rename parameters --- glslwrite.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'glslwrite.c') diff --git a/glslwrite.c b/glslwrite.c index e9f746a..2913ae8 100644 --- a/glslwrite.c +++ b/glslwrite.c @@ -36,9 +36,6 @@ #include -void extra_load(GLuint program) { -} - static void savePNG(int width, int height, const char *output_dir) { uint8_t pixels[width*height*4]; glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_INT_8_8_8_8, pixels); -- cgit v1.2.3