mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
remove unnecessary call to xmlKeepBlanksDefault()
This commit is contained in:
parent
df3a4ed9c6
commit
5ff8e260ff
1 changed files with 0 additions and 8 deletions
|
|
@ -131,14 +131,6 @@ PBD::init ()
|
||||||
|
|
||||||
set_debug_options_from_env ();
|
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;
|
libpbd_initialized = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue