summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadRemotePatchWindow.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-15 21:31:51 +0000
committerDavid Robillard <d@drobilla.net>2011-02-15 21:31:51 +0000
commitee2f8f0db18f5ec80a2bd29b2ee402c0d5773e40 (patch)
tree3c9dffb5f0ae7dd6b9e91d5ad2fd064666d9d664 /src/gui/LoadRemotePatchWindow.cpp
parent9462a7774d109496f048a65a173afc648c5c821b (diff)
downloadingen-ee2f8f0db18f5ec80a2bd29b2ee402c0d5773e40.tar.gz
ingen-ee2f8f0db18f5ec80a2bd29b2ee402c0d5773e40.tar.bz2
ingen-ee2f8f0db18f5ec80a2bd29b2ee402c0d5773e40.zip
Remove SPARQL query stuff from Redlandmm.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2951 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/LoadRemotePatchWindow.cpp')
-rw-r--r--src/gui/LoadRemotePatchWindow.cpp3
1 files changed, 3 insertions, 0 deletions
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<PatchModel> 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<PatchModel> patch, GraphObject::Propert
_treeview->columns_autosize();
Gtk::Window::present();
+#endif
}