From 0169f19c53e195df2f96c4df731ad3214c59e20a Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Thu, 14 Nov 2013 21:56:21 +0100 Subject: Drop obsolete report() method. --- decoders/mx25lxx05d/pd.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'decoders/mx25lxx05d/pd.py') diff --git a/decoders/mx25lxx05d/pd.py b/decoders/mx25lxx05d/pd.py index 68335d4..1b6c6ac 100644 --- a/decoders/mx25lxx05d/pd.py +++ b/decoders/mx25lxx05d/pd.py @@ -114,9 +114,6 @@ class Decoder(srd.Decoder): # self.out_proto = self.register(srd.OUTPUT_PYTHON) self.out_ann = self.register(srd.OUTPUT_ANN) - def report(self): - pass - def putx(self, data): # Simplification, most annotations span exactly one SPI byte/packet. self.put(self.ss, self.es, self.out_ann, data) -- cgit v1.2.3-70-g09d2