summaryrefslogtreecommitdiff
path: root/plugingui/texturedbox.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-01-01 20:32:40 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2017-01-01 20:32:40 +0100
commitfdca21dc5797745249fd6d827fe1695d07dffac4 (patch)
tree498090899c1e8d6f574567f39af7925b451f03cc /plugingui/texturedbox.h
parent3608911a4c105b65c9049753759619e8d115b357 (diff)
Revert 'Add texture offset support.'. x0 and y0 is already taken care of in the contained Textures so just remove them completely from the TexturedBox class.
Diffstat (limited to 'plugingui/texturedbox.h')
-rw-r--r--plugingui/texturedbox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugingui/texturedbox.h b/plugingui/texturedbox.h
index 01c1bed..d393b22 100644
--- a/plugingui/texturedbox.h
+++ b/plugingui/texturedbox.h
@@ -101,8 +101,6 @@ private:
Texture seg_h;
Texture seg_i;
- std::size_t x0;
- std::size_t y0;
std::size_t _width{100};
std::size_t _height{100};
std::size_t dx1;