diff options
Diffstat (limited to 'lib/model/connection/device_connection.dart')
-rw-r--r-- | lib/model/connection/device_connection.dart | 1 |
1 files changed, 0 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>. - enum ConnectionStatus { disconnected, connected, error } abstract class DeviceConnection { |