diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Image.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Image.cc b/src/Image.cc index 4052c10..fbc20b1 100644 --- a/src/Image.cc +++ b/src/Image.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: Image.cc,v 1.12 2002/07/23 17:11:58 fluxgen Exp $ | 25 | // $Id: Image.cc,v 1.13 2002/08/11 20:44:48 fluxgen Exp $ |
26 | 26 | ||
27 | //use GNU extensions | 27 | //use GNU extensions |
28 | #ifndef _GNU_SOURCE | 28 | #ifndef _GNU_SOURCE |
@@ -2466,9 +2466,6 @@ void BImageControl::parseTexture(FbTk::Texture *texture, const char *texture_str | |||
2466 | *(ts + byte_pos) = tolower(*(texture_string + byte_pos)); | 2466 | *(ts + byte_pos) = tolower(*(texture_string + byte_pos)); |
2467 | 2467 | ||
2468 | using namespace FbTk; | 2468 | using namespace FbTk; |
2469 | #ifdef DEBUG | ||
2470 | cerr<<__FILE__<<"("<<__LINE__<<"): texture_string = "<<texture_string<<endl; | ||
2471 | #endif // DEBUG | ||
2472 | 2469 | ||
2473 | if (strstr(ts, "parentrelative")) { | 2470 | if (strstr(ts, "parentrelative")) { |
2474 | texture->setType(Texture::PARENTRELATIVE); | 2471 | texture->setType(Texture::PARENTRELATIVE); |