all repos — fluxbox @ 19ddad292f4a93c5ef4293401b128e74a2f39388

custom fork of the fluxbox windowmanager

removed debug msg
fluxgen fluxgen
commit

19ddad292f4a93c5ef4293401b128e74a2f39388

parent

f6e49369df0aa63fdcedd6b379f2fe86c9f0e4a6

1 files changed, 1 insertions(+), 4 deletions(-)

jump to
M src/Image.ccsrc/Image.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Image.cc,v 1.12 2002/07/23 17:11:58 fluxgen Exp $ +// $Id: Image.cc,v 1.13 2002/08/11 20:44:48 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE

@@ -2466,9 +2466,6 @@ for (int byte_pos = 0; byte_pos < t_len; byte_pos++)

*(ts + byte_pos) = tolower(*(texture_string + byte_pos)); using namespace FbTk; -#ifdef DEBUG - cerr<<__FILE__<<"("<<__LINE__<<"): texture_string = "<<texture_string<<endl; -#endif // DEBUG if (strstr(ts, "parentrelative")) { texture->setType(Texture::PARENTRELATIVE);