]> sigrok.org Git - libsigrok.git/blobdiff - input/input.c
Code drop from DreamSourceLabs first source release.
[libsigrok.git] / input / input.c
index e876dfcaa838f9cc703b608c9122d4fedb59a1c9..68ae49e46a8ecf84cbc5915a46d0921e3495c5c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the sigrok project.
+ * This file is part of the libsigrok project.
  *
  * Copyright (C) 2010-2012 Bert Vermeulen <bert@biot.com>
  *
@@ -50,7 +50,7 @@
  */
 
 /** @cond PRIVATE */
-extern SR_PRIV struct sr_input_format input_chronovu_la8;
+
 extern SR_PRIV struct sr_input_format input_binary;
 extern SR_PRIV struct sr_input_format input_vcd;
 extern SR_PRIV struct sr_input_format input_wav;
@@ -58,7 +58,6 @@ extern SR_PRIV struct sr_input_format input_wav;
 
 static struct sr_input_format *input_module_list[] = {
        &input_vcd,
-       &input_chronovu_la8,
        &input_wav,
        /* This one has to be last, because it will take any input. */
        &input_binary,