summaryrefslogtreecommitdiff
path: root/src/resources/textureatlas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/textureatlas.h')
-rw-r--r--src/resources/textureatlas.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/textureatlas.h b/src/resources/textureatlas.h
index 11a45a5d3..be3d8abd8 100644
--- a/src/resources/textureatlas.h
+++ b/src/resources/textureatlas.h
@@ -42,7 +42,6 @@ struct TextureAtlas final
TextureAtlas() :
name(),
atlasImage(nullptr),
- surface(nullptr),
width(0),
height(0),
items()
@@ -53,7 +52,6 @@ struct TextureAtlas final
std::string name;
Image *atlasImage;
- SDL_Surface *surface;
int width;
int height;
std::vector <AtlasItem*> items;