From 8cc4b08238b05d1be78f375ab39a67579fae4201 Mon Sep 17 00:00:00 2001 From: Maxime Perrotin Date: Tue, 19 Sep 2017 16:35:20 +0200 Subject: [PATCH] Remove garbage --- misc/helper-scripts/taste-progress-dialog.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/misc/helper-scripts/taste-progress-dialog.py b/misc/helper-scripts/taste-progress-dialog.py index 79c3e55..e4b60a4 100755 --- a/misc/helper-scripts/taste-progress-dialog.py +++ b/misc/helper-scripts/taste-progress-dialog.py @@ -37,13 +37,6 @@ class MyThread(QThread, QObject): time.sleep(0.1) -def check_crazyflie(): - ''' This function should be in a different module ''' - return - -def check_snoopy(): - raise NotImplementedError() - def run_gui(): app = QApplication(sys.argv) -- GitLab