aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/FbTk/Texture.cc4
1 files changed, 1 insertions, 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 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Texture.cc,v 1.2 2002/11/30 14:13:43 rathnor Exp $ 25// $Id: Texture.cc,v 1.3 2002/11/30 20:34:27 fluxgen Exp $
26 26
27#ifdef HAVE_CONFIG_H 27#ifdef HAVE_CONFIG_H
28#include "config.h" 28#include "config.h"
@@ -91,10 +91,8 @@ void Texture::setFromString(const char * const texture_str) {
91 else 91 else
92 addType(Texture::BEVEL1); 92 addType(Texture::BEVEL1);
93 93
94#ifdef INTERLACE
95 if (strstr(ts, "interlaced")) 94 if (strstr(ts, "interlaced"))
96 addType(Texture::INTERLACED); 95 addType(Texture::INTERLACED);
97#endif // INTERLACE
98 } 96 }
99 97
100 delete [] ts; 98 delete [] ts;