Skip to content

Commit

Permalink
removed unnecessary middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Sep 13, 2024
1 parent 358b234 commit 235f81d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions lib/src/middleware/all_middleware.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import 'export_svg.dart';
import 'local_storage.dart';
import 'selections_intersect_box_compute.dart';
import 'strand_create.dart';
import 'move_ensure_same_group.dart';
import 'throttle.dart';
import 'helix_remove.dart';
import 'helices_positions_set_based_on_crossovers.dart';
Expand All @@ -45,7 +44,6 @@ import 'zoom_speed.dart';
final all_middleware = List<Middleware<AppState>>.unmodifiable([
reset_local_storage_middleware,
local_storage_middleware,
move_ensure_all_in_same_helix_group_middleware,
forbid_create_circular_strand_no_crossovers_middleware,
export_svg_middleware,
save_file_middleware,
Expand Down
22 changes: 0 additions & 22 deletions lib/src/middleware/move_ensure_same_group.dart

This file was deleted.

0 comments on commit 235f81d

Please sign in to comment.