From 5dad8745d522f668c4de79acc76f63ce288ae91d Mon Sep 17 00:00:00 2001
From: Peter Barker <pbarker@barker.dropbear.id.au>
Date: Thu, 20 Oct 2016 12:13:21 +1100
Subject: [PATCH] DataFlash: remove bogus function declaration

---
 libraries/DataFlash/DataFlash_Block.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libraries/DataFlash/DataFlash_Block.h b/libraries/DataFlash/DataFlash_Block.h
index 796c7624f9..a630f13e87 100644
--- a/libraries/DataFlash/DataFlash_Block.h
+++ b/libraries/DataFlash/DataFlash_Block.h
@@ -15,8 +15,6 @@ public:
     DataFlash_Block(DataFlash_Class &front, DFMessageWriter_DFLogStart *writer) :
         DataFlash_Backend(front, writer) { }
 
-    // initialisation
-    virtual void Init(const struct LogStructure *structure, uint8_t num_types) = 0;
     virtual bool CardInserted(void) = 0;
 
     // erase handling