From 46a1a9f162b6b7e66475efa67327584a49c2abd8 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 30 Nov 2002 20:34:27 +0000 Subject: no need for interlace compiletime option --- src/FbTk/Texture.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/FbTk/Texture.cc b/src/FbTk/Texture.cc index 0f72211..367ddcb 100644 --- a/src/FbTk/Texture.cc +++ b/src/FbTk/Texture.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Texture.cc,v 1.2 2002/11/30 14:13:43 rathnor Exp $ +// $Id: Texture.cc,v 1.3 2002/11/30 20:34:27 fluxgen Exp $ #ifdef HAVE_CONFIG_H #include "config.h" @@ -91,10 +91,8 @@ void Texture::setFromString(const char * const texture_str) { else addType(Texture::BEVEL1); -#ifdef INTERLACE if (strstr(ts, "interlaced")) addType(Texture::INTERLACED); -#endif // INTERLACE } delete [] ts; -- cgit v0.11.2