<div dir="ltr"><div dir="ltr"><div># HG changeset patch<br></div><div># User Kalle Tuulos &lt;<a href="mailto:oh1hqz@gmail.com">oh1hqz@gmail.com</a>&gt;</div><div># Date 1544563646 -7200</div><div>#      Tue Dec 11 23:27:26 2018 +0200</div><div># Node ID a7e1b67290c9775f5e7be286d2a05855ac4066f2</div><div># Parent  62b4cbefa86738c37317a133f903500f669baf23</div><div><div>[FT8900] Deleted inherited get_bank_model function, fixes #6293</div><div><br></div><div>The FT-8900 inherits its class from FT-8800, which defines also the</div><div>get_bank_model function. The existence of this function is checked</div><div>in order to decide, whether Banks tab is shown or not. As banks are</div><div>not supported in FT-8900, the banks tab must not be shown.</div><br class="gmail-Apple-interchange-newline"></div><div>diff --git a/chirp/drivers/ft7800.py b/chirp/drivers/ft7800.py</div><div>--- a/chirp/drivers/ft7800.py</div><div>+++ b/chirp/drivers/ft7800.py</div><div>@@ -977,6 +977,8 @@</div><div> </div><div>     MODES = [&quot;FM&quot;, &quot;NFM&quot;, &quot;AM&quot;]</div><div> </div><div>+    del FT8800Radio.get_bank_model</div><div>+</div><div>     def process_mmap(self):</div><div>         self._memobj = bitwise.parse(MEM_FORMAT_8900, self._mmap)</div><div> </div><div><br></div></div></div>