summaryrefslogtreecommitdiffhomepage
path: root/View.h
diff options
context:
space:
mode:
Diffstat (limited to 'View.h')
-rw-r--r--View.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/View.h b/View.h
index 48c5491..e98502a 100644
--- a/View.h
+++ b/View.h
@@ -22,7 +22,6 @@ private:
std::vector<Label> m_labels;
unsigned int m_grid;
float m_timer;
- Texture2D m_texture;
Label* m_active;
Timeline m_timeline;
};