removed useless constructor

This commit is contained in:
Anthony Pesch 2015-08-29 11:54:03 -07:00
parent f5e2b46acc
commit 4b15c34eab
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ struct Vertex {
};
struct Surface {
Surface() : texture(0), num_verts(0) {}
TextureHandle texture;
bool depth_write;
DepthFunc depth_func;