summaryrefslogtreecommitdiffstats
path: root/src/dom
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-01-09 16:47:29 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-01-09 16:47:29 +0000
commit13abf3e6f87b4bc85708bfd8d8fe93deb76facdc (patch)
tree8f5021ba5ae6123d242f5740c45611266a317071 /src/dom
parentFix a bug whith oposite handles on node move,and a little cleanup (diff)
parentFix for bug #1266113 (xcf export only allows 90 dpi). (diff)
downloadinkscape-13abf3e6f87b4bc85708bfd8d8fe93deb76facdc.tar.gz
inkscape-13abf3e6f87b4bc85708bfd8d8fe93deb76facdc.zip
update to trunk
(bzr r11950.1.233)
Diffstat (limited to 'src/dom')
-rw-r--r--src/dom/ucd.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dom/ucd.cpp b/src/dom/ucd.cpp
index f9c36ad19..f74af3956 100644
--- a/src/dom/ucd.cpp
+++ b/src/dom/ucd.cpp
@@ -2308,6 +2308,8 @@ typedef struct
int map[3];
} CaseMapEntry;
+/*
+
static CaseMapEntry caseMap[] =
{
{ 0x1fc2, 2, { 0xffff, 0x0159 } },
@@ -2426,7 +2428,7 @@ static CaseMapEntry caseMap[] =
};
-
+*/