summaryrefslogtreecommitdiffstats
path: root/src/unicoderange.cpp
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2008-06-20 04:50:33 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2008-06-20 04:50:33 +0000
commit8036627e2eeef3ffa6b208756b1f629ef16f754a (patch)
tree7249e8589e362f8905e1a2631e1cbba80428d1f6 /src/unicoderange.cpp
parentreverting (possibly mistaken) edits on configure.ac by cilix42 made on (diff)
downloadinkscape-8036627e2eeef3ffa6b208756b1f629ef16f754a.tar.gz
inkscape-8036627e2eeef3ffa6b208756b1f629ef16f754a.zip
commenting out a g_warning
(bzr r6003)
Diffstat (limited to '')
-rw-r--r--src/unicoderange.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unicoderange.cpp b/src/unicoderange.cpp
index 48a300a31..e1cb1eee3 100644
--- a/src/unicoderange.cpp
+++ b/src/unicoderange.cpp
@@ -68,7 +68,7 @@ bool UnicodeRange::contains(gchar unicode){
unsigned int unival;
unival = g_utf8_get_char (&unicode);
- g_warning("unival=%d", unival);
+// g_warning("unival=%d", unival);
char uni[9] = "00000000";
uni[8]= '\0';
unsigned char val;