]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/programdata.cpp
Use default member initializers for simple types
[libs/gl.git] / source / render / programdata.cpp
index 31fc8fa262949b9b5ea5fa328012525ef6d03833..43bcbf3febea57702fb6be343818b01d9d472325 100644 (file)
@@ -1,7 +1,5 @@
 #include <msp/core/algorithm.h>
-#include <msp/core/maputils.h>
 #include <msp/debug/demangle.h>
-#include <msp/gl/extensions/arb_direct_state_access.h>
 #include <msp/io/print.h>
 #include "buffer.h"
 #include "color.h"
@@ -656,14 +654,6 @@ void ProgramData::set_debug_name(const string &name)
 }
 
 
-ProgramData::TaggedUniform::TaggedUniform():
-       type(VOID),
-       array_size(0),
-       data_offset(0),
-       data_size(0)
-{ }
-
-
 ProgramData::SharedBlock::SharedBlock(ReflectData::LayoutHash h):
        block_hash(h),
        used(0),