aboutsummaryrefslogtreecommitdiff
path: root/externals/vanilla/lib_x_qlist.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-10 20:37:03 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-11-10 20:37:03 +0000
commit8588498ae512f927b99e2a8a6972b2a0b704104a (patch)
treeb364fd1dcee3880c9ea5bba0d3f13471dd327bd2 /externals/vanilla/lib_x_qlist.c
parent374d638442e1560be8e8981e531ecaee024842de (diff)
split out qlist and textfile into their own files
svn path=/trunk/; revision=12744
Diffstat (limited to 'externals/vanilla/lib_x_qlist.c')
-rw-r--r--externals/vanilla/lib_x_qlist.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/externals/vanilla/lib_x_qlist.c b/externals/vanilla/lib_x_qlist.c
deleted file mode 100644
index 452f34a2..00000000
--- a/externals/vanilla/lib_x_qlist.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "../../pd/src/x_qlist.c"
-void lib_x_qlist_setup(void)
-{
- x_qlist_setup();
-}