diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-05-14 20:33:46 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-05-14 20:33:46 +0200 |
commit | eb9d8c8d2fcd147d8385e7f711ec78d11c5a7d8c (patch) | |
tree | deea322a1b291e1610469bf29c3456ac94caf8bc /plugin | |
parent | 36a62ae3403f7cfb02bd8dde43b6b2fa96fe867b (diff) |
Remove unused Velocity class.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.mingw32.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 505d7d3..16095a8 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -39,7 +39,6 @@ DG_SRC = \ @top_srcdir@/src/semaphore.cc \ @top_srcdir@/src/saxparser.cc \ @top_srcdir@/src/thread.cc \ - @top_srcdir@/src/velocity.cc \ @top_srcdir@/src/versionstr.cc DG_CFLAGS = -I@top_srcdir@ -I@top_srcdir@/include -I@top_srcdir@/src \ -I@top_srcdir@/plugin/plugingizmo -DVST -DSSE -msse -msse2 |