]> git.pld-linux.org Git - packages/texlive.git/commitdiff
- disable unusued and broken method in graphite-engine code
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 7 Dec 2017 08:37:35 +0000 (09:37 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 7 Dec 2017 08:37:35 +0000 (09:37 +0100)
cxx11.patch

index 67fc946d92caed6563cf825b0aeb7e3cfbce3958..12f02a9488328c0cd9666eaf70fe7fbf318b8bf5 100644 (file)
@@ -9,3 +9,22 @@
      } ranges[] =
      {
  #if 0
+--- texlive-20080816-source/libs/graphite-engine/src/segment/Segment.cpp~      2008-03-18 12:29:11.000000000 +0100
++++ texlive-20080816-source/libs/graphite-engine/src/segment/Segment.cpp       2017-12-07 09:32:35.371698201 +0100
+@@ -570,6 +570,7 @@
+       Swap the guts of the two segments.
+       OBSOLETE
+ ----------------------------------------------------------------------------------------------*/
++/*
+ void Segment::SwapWith(Segment * pgrseg)
+ {
+       int crefThis = m_cref;
+@@ -580,7 +581,7 @@
+       m_cref = crefThis;
+       pgrseg->m_cref = crefOther;
+ }
+-
++*/
+ /*----------------------------------------------------------------------------------------------
+       Delete the pointer to the alternate-end-of-line segment.
+ ----------------------------------------------------------------------------------------------*/
This page took 0.164505 seconds and 4 git commands to generate.