summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38435c6)
raw | patch | inline | side by side (parent: 38435c6)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 14 Nov 2006 00:54:11 +0000 (00:54 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Tue, 14 Nov 2006 00:54:11 +0000 (00:54 +0000) |
src/trace/potrace/inkscape-potrace.cpp | patch | blob | history |
index e36673e4fe55216b0b65d1391f0d8ae8da6e9325..d1aa357fc3089dc15526b176c6bf67f90f1aacd6 100644 (file)
//# Remove the bottom-most scan, if requested
if (results.size() > 1 && multiScanRemoveBackground)
{
- g_message("remove background");
results.erase(results.end() - 1);
}
//# Remove the bottom-most scan, if requested
if (results.size() > 1 && multiScanRemoveBackground)
{
- g_message("remove background");
results.erase(results.end() - 1);
}