Files
ardour/libs
Carl Hetherington 070e724190 Patch from Tim Mayberry:
Remove redundant init and cleanup code from common test code

Calling PBD::EnumWriter::destroy means ARDOUR::init and setup_libpbd_enums need to be called again
to register types. If the call to EnumWriter::destroy is removed then ARDOUR::init and setup_libpbd_enums
no longer need to be called. EnumWriter::destroy should probably be added to ARDOUR::cleanup(or better yet PBD::cleanup)
and then called at the end of main. __attribute__ ((destructor)) could be used but that is not portable between


git-svn-id: svn://localhost/ardour2/branches/3.0@12578 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-06 11:58:15 +00:00
..
2012-06-06 11:58:15 +00:00
2012-05-24 02:54:10 +00:00
2012-04-19 15:45:08 +00:00
2012-06-05 01:03:36 +00:00
2012-05-28 16:48:39 +00:00
2012-06-02 14:51:53 +00:00
2012-01-07 17:11:17 +00:00