changeset 66:1d24faa5bfb9

Remove unnecessary variable initialization.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 15 Dec 2019 22:28:48 +0200
parents 71f6c5cc8eec
children 1327ef5dc9fb
files dmglrender.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dmglrender.h	Sun Dec 15 02:54:39 2019 +0200
+++ b/dmglrender.h	Sun Dec 15 22:28:48 2019 +0200
@@ -19,7 +19,6 @@
 
     DMGLSimpleRenderer()
     {
-        sdlWindow = NULL;
         sdlGLContext = NULL;
     }