From fc9ee156c61738c7ceb77ddf82e79a6bcefb8d38 Mon Sep 17 00:00:00 2001 From: uvok Date: Thu, 31 Jul 2025 13:09:10 +0200 Subject: Add UB connection --- lib/model/connection/device_connection.dart | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/model/connection/device_connection.dart') diff --git a/lib/model/connection/device_connection.dart b/lib/model/connection/device_connection.dart index 81bcbfd..5c810f0 100644 --- a/lib/model/connection/device_connection.dart +++ b/lib/model/connection/device_connection.dart @@ -13,7 +13,6 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . - enum ConnectionStatus { disconnected, connected, error } abstract class DeviceConnection { -- cgit v1.2.3