summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-11-11 01:00:47 +0000
committerDavid Robillard <d@drobilla.net>2006-11-11 01:00:47 +0000
commit9ed6efc808cb57555f89f08475df70fd4f8b630b (patch)
tree5486ef7e97a6978f985b433e1966f76a03501845 /src/main.cpp
parent5b83af28b6eeb52a285618cd90f30a5461189efd (diff)
downloadpatchage-9ed6efc808cb57555f89f08475df70fd4f8b630b.tar.gz
patchage-9ed6efc808cb57555f89f08475df70fd4f8b630b.tar.bz2
patchage-9ed6efc808cb57555f89f08475df70fd4f8b630b.zip
Fixes for building without ALSA (eg on OSX)
git-svn-id: http://svn.drobilla.net/lad/patchage@200 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a2da0ef..851d88f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -30,12 +30,6 @@ int main(int argc, char** argv)
{
try {
- //lash_args_t* const lash_args = lash_extract_args(&argc, &argv);
-
- //lash_client_t* const lash_server_client = lash_init(lash_args, "Patchage Server Interface",
- // LASH_Server_Interface, LASH_PROTOCOL(2, 0));
-
-
Gnome::Canvas::init();
Gtk::Main app(argc, argv);