diff options
author | wm4 <wm4@nowhere> | 2014-06-01 17:22:21 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-06-01 17:22:21 +0200 |
commit | a192f32a3a6f6c3c66542f48b512f3892dbed838 (patch) | |
tree | 66e4c4e5f0b3be5b138a16147b34eccc5992abc0 /waftools | |
parent | 5a5a3c53f75a093b1a0642174cdbd5a9504e083f (diff) |
stream: remove VCD support
If a single person complains, I will readd it. But I don't expect that
this will happen.
The main reason for removing this is that it's some of the most unclean
code remaining, it's unmaintained, and I've never ever heard of someone
using it.
Diffstat (limited to 'waftools')
-rw-r--r-- | waftools/fragments/vcd_windows.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/waftools/fragments/vcd_windows.c b/waftools/fragments/vcd_windows.c deleted file mode 100644 index 8d33127043..0000000000 --- a/waftools/fragments/vcd_windows.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <windows.h> -#include <ntddcdrm.h> - -int main(int argc, char **argv) -{ - return 0; -} |