comparison dmglrender.h @ 66:1d24faa5bfb9

Remove unnecessary variable initialization.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 15 Dec 2019 22:28:48 +0200
parents d6ffc59bb84d
children 9ee0edff3940
comparison
equal deleted inserted replaced
65:71f6c5cc8eec 66:1d24faa5bfb9
17 { 17 {
18 SDL_GLContext sdlGLContext; 18 SDL_GLContext sdlGLContext;
19 19
20 DMGLSimpleRenderer() 20 DMGLSimpleRenderer()
21 { 21 {
22 sdlWindow = NULL;
23 sdlGLContext = NULL; 22 sdlGLContext = NULL;
24 } 23 }
25 24
26 bool checkErrors(void); 25 bool checkErrors(void);
27 26