]> git.lyx.org Git - features.git/commit
Remove unused symbol encoding
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 5 Nov 2006 20:13:22 +0000 (20:13 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 5 Nov 2006 20:13:22 +0000 (20:13 +0000)
commitb60ef50a544c34cad2b20a451932b3b93ef0971b
tree5cb574c5376bb804d6951dd321e03d8969fd4dca
parent30748f1b03929d529d9bdcee01b297c1680027cc
Remove unused symbol encoding
* src/encoding.[Ch]
(symbol_encoding, symbol_encoding_): remove (unused)

* src/frontends/qt4/QLPainter.C
(QLPainter::text): Remove commented code. It was used in pre
unicode times to get unicode values of the symbol fonts if
USE_UNICODE_FOR_SYMBOLS was defined, but this was never defined
anyway, since the code points of the symbol fonts (as written in
lib/symbols) are directly used.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15758 a592a061-630c-0410-9148-cb99ea01b6c8
src/encoding.C
src/encoding.h
src/frontends/qt4/QLPainter.C