]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2s_dump/pd.py
Avoid GError warning when unloading decoders.
[libsigrokdecode.git] / decoders / i2s_dump / pd.py
index 54aee8694bcd2658580116e789b77f9799020769..d922a072133830931a13c7b0e688bbcf9645c748 100644 (file)
@@ -51,14 +51,11 @@ class Decoder(srd.Decoder):
         else:
             return open(filename, 'wb')
 
-    def start(self, metadata):
+    def start(self):
         # A filename of 'none' is not allowed (has special meaning). A filename
         # of '-' means 'stdout'.
         self.f = self.file_open(self.options['filename'])
 
-    def report(self):
-        pass
-
     # TODO: Lots of hard-coded fields in here.
     def write_wav_header(self):
         # Chunk descriptor