From fdca21dc5797745249fd6d827fe1695d07dffac4 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 1 Jan 2017 20:32:40 +0100 Subject: 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. --- plugingui/texturedbox.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugingui/texturedbox.h') 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; -- cgit v1.2.3