summaryrefslogtreecommitdiff
path: root/sw/Library_sw.mk
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-11-30 23:01:33 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-12-01 09:10:20 +0100
commit035fad219e1729c9e4fe8a54fd85f23c065de616 (patch)
treeaa7ff1b3ec785d99b61ce7e53302759511748207 /sw/Library_sw.mk
parent719f2e8462faf102f780fd2cfa932c84a776bbc6 (diff)
sw: remove SvStream operator<< functions of layout classes
This could be useful debugging functionality, but: - we have a layout dump feature already, which is available in dbglevel<2 (and even non-dbgutil) builds already - for SAL_DEBUG() these functions would have to work with an STL stream, not with an SvStream So there is little value in keeping these. Change-Id: I1d894f79d3e637f5a56d68abda275ea66d5d0635
Diffstat (limited to 'sw/Library_sw.mk')
-rw-r--r--sw/Library_sw.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/Library_sw.mk b/sw/Library_sw.mk
index 7c8e8a43c829..7ca75085cc74 100644
--- a/sw/Library_sw.mk
+++ b/sw/Library_sw.mk
@@ -392,7 +392,6 @@ $(eval $(call gb_Library_add_exception_objects,sw,\
sw/source/core/text/txtftn \
sw/source/core/text/txthyph \
sw/source/core/text/txtinit \
- sw/source/core/text/txtio \
sw/source/core/text/txtpaint \
sw/source/core/text/txttab \
sw/source/core/text/widorp \