summaryrefslogtreecommitdiff
path: root/libs/pbd
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-01-05 17:50:06 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-01-05 17:58:54 -0700
commit5ff8e260ff156d4f4023f831eb054ce95df17d50 (patch)
tree204834ee7f768567950e1da3da20b06c9247ab28 /libs/pbd
parentdf3a4ed9c61d7e51db9f7cde5675ad8d4590135a (diff)
remove unnecessary call to xmlKeepBlanksDefault()
Diffstat (limited to 'libs/pbd')
-rw-r--r--libs/pbd/pbd.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/pbd/pbd.cc b/libs/pbd/pbd.cc
index 8b55692e80..89147324d8 100644
--- a/libs/pbd/pbd.cc
+++ b/libs/pbd/pbd.cc
@@ -131,14 +131,6 @@ PBD::init ()
set_debug_options_from_env ();
- /* this call is made by any call to XMLTree::read() and its cousins. It
- sets the handling of blank space to match the libxml2 standard,
- rather than the libxml1 version. Without this, the behavior is
- defined by whoever calls it first.
- */
-
- xmlKeepBlanksDefault (0);
-
libpbd_initialized = true;
return true;
}