From ee2f8f0db18f5ec80a2bd29b2ee402c0d5773e40 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Feb 2011 21:31:51 +0000 Subject: Remove SPARQL query stuff from Redlandmm. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2951 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/LoadRemotePatchWindow.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui') diff --git a/src/gui/LoadRemotePatchWindow.cpp b/src/gui/LoadRemotePatchWindow.cpp index 6fff2ff9..0f03b42e 100644 --- a/src/gui/LoadRemotePatchWindow.cpp +++ b/src/gui/LoadRemotePatchWindow.cpp @@ -66,6 +66,8 @@ LoadRemotePatchWindow::present(SharedPtr patch, GraphObject::Propert set_patch(patch); _initial_data = data; + cerr << "FIXME: load remote patch" << endl; +#if 0 Redland::Model model(*App::instance().world()->rdf_world(), "http://rdf.drobilla.net/ingen_patches/index.ttl", "http://rdf.drobilla.net/ingen_patches/"); @@ -86,6 +88,7 @@ LoadRemotePatchWindow::present(SharedPtr patch, GraphObject::Propert _treeview->columns_autosize(); Gtk::Window::present(); +#endif } -- cgit v1.2.1