[liblouis-liblouisxml] [liblouis] r1090 committed - Removed some useless emphasis code in lou_translateString.c

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Sat, 04 Jan 2014 06:25:06 +0000

Revision: 1090
Author:   john.boyer@xxxxxxxxxxxxxxxxx
Date:     Sat Jan  4 06:24:56 2014 UTC
Log:      Removed some useless emphasis code in lou_translateString.c
http://code.google.com/p/liblouis/source/detail?r=1090

Modified:
 /branches/emphasis-dev/liblouis/lou_translateString.c

=======================================
--- /branches/emphasis-dev/liblouis/lou_translateString.c Thu Oct 31 10:38:55 2013 UTC +++ /branches/emphasis-dev/liblouis/lou_translateString.c Sat Jan 4 06:24:56 2014 UTC
@@ -894,33 +894,6 @@
                doCompEmph ();
                curType = 0;
                break;
-             case italic + underline:
-               ok = beginEmphasis (&table->firstWordUnder);
-               curType -= underline;
-               break;
-             case italic + bold:
-               ok = beginEmphasis (&table->firstWordBold);
-               curType -= bold;
-               break;
-             case italic + computer_braille:
-               ok = 0;
-               doCompEmph ();
-               curType -= computer_braille;
-               break;
-             case underline + bold:
-               beginEmphasis (&table->firstWordBold);
-               curType -= bold;
-               break;
-             case underline + computer_braille:
-               ok = 0;
-               doCompEmph ();
-               curType -= computer_braille;
-               break;
-             case bold + computer_braille:
-               ok = 0;
-               doCompEmph ();
-               curType -= computer_braille;
-               break;
              default:
                ok = 0;
                curType = 0;
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r1090 committed - Removed some useless emphasis code in lou_translateString.c - liblouis