aboutsummaryrefslogtreecommitdiff
path: root/guile/example.scm
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-16 00:37:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-16 00:37:47 +0000
commit6fd40fd5265b6941d5114f6b4f82e1c6b6cdbc0d (patch)
treedc317bccff92e459c51102a655ec708d8ce0ac67 /guile/example.scm
parente1da63276dc159532c0e5258f69a5365568f598f (diff)
removed bad attempt... arg
svn path=/trunk/externals/pdp/; revision=4229
Diffstat (limited to 'guile/example.scm')
-rw-r--r--guile/example.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/guile/example.scm b/guile/example.scm
deleted file mode 100644
index 3963c76..0000000
--- a/guile/example.scm
+++ /dev/null
@@ -1,12 +0,0 @@
-; load event handler
-(load "pdp_guile.scm")
-
-
-; input - output video plug
-(add-input! 'in-vid
- (lambda (thing)
- (out 'out-vid thing)))
-
-
-; start the input loop
-(start)