summaryrefslogtreecommitdiffhomepage
path: root/View.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-21 21:17:27 +0200
committerAki <please@ignore.pl>2022-05-21 21:17:27 +0200
commit3e8ebf3133ece10efc8cf9219dafc02e780bc3ab (patch)
treee5427ceac77f2bf8939a56940e081fa07e4e6246 /View.h
parent5ea4d9d4c2f9c99fc5773a2ba91c470078368165 (diff)
downloadderelict-3e8ebf3133ece10efc8cf9219dafc02e780bc3ab.zip
derelict-3e8ebf3133ece10efc8cf9219dafc02e780bc3ab.tar.gz
derelict-3e8ebf3133ece10efc8cf9219dafc02e780bc3ab.tar.bz2
Added naive icons loading
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;
};