From 099e01628ef57f07efa69954893b0873bbb7f367 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 11 Apr 2007 21:49:28 +0000 Subject: Updated/cleaned up OSC namespace (/om/synth -> /ingen etc). OSC documentation fixes. git-svn-id: http://svn.drobilla.net/lad/ingen@443 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/Serializer.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/libs/client/Serializer.h') diff --git a/src/libs/client/Serializer.h b/src/libs/client/Serializer.h index 45407e52..83e85bf8 100644 --- a/src/libs/client/Serializer.h +++ b/src/libs/client/Serializer.h @@ -61,20 +61,6 @@ class Serializer public: Serializer(); - //void path(const string& path) { _patch_search_path = path; } - //const string& path() { return _patch_search_path; } - - //string find_file(const string& filename, const string& additional_path = ""); - - /*bool load_patch(bool merge, - const string& data_base_uri, - const Path& data_path, - MetadataMap engine_data, - optional engine_parent = optional(), - optional engine_name = optional(), - optional engine_poly = optional()); - */ - void start_to_filename(const string& filename) throw (std::logic_error); void start_to_string() throw (std::logic_error); void serialize(SharedPtr object) throw (std::logic_error); -- cgit v1.2.1