diff -r 04ac3f9a87e6 -r f416440c8be1 eric6/MicroPython/MicrobitDevices.py --- a/eric6/MicroPython/MicrobitDevices.py Fri Aug 02 19:20:07 2019 +0200 +++ b/eric6/MicroPython/MicrobitDevices.py Fri Aug 02 19:21:03 2019 +0200 @@ -9,8 +9,6 @@ from __future__ import unicode_literals -from PyQt5.QtCore import pyqtSlot - from .MicroPythonDevices import MicroPythonDevice from .MicroPythonReplWidget import HAS_QTCHART @@ -77,10 +75,3 @@ @rtype tuple of (bool, str) """ return True, "" - - @pyqtSlot() - def handleDataFlood(self): - """ - Public slot handling a data floof from the device. - """ - self.microPython.setActionButtons(files=True)