From 55504ffcd41a5f1c8c35889501337a729b6aac28 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 24 Oct 2024 13:55:04 +0200 Subject: Rename `state::Widget` to `pane_grid::Memory` --- widget/src/pane_grid/state.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'widget/src/pane_grid') diff --git a/widget/src/pane_grid/state.rs b/widget/src/pane_grid/state.rs index f7e8f750..67cd3bf2 100644 --- a/widget/src/pane_grid/state.rs +++ b/widget/src/pane_grid/state.rs @@ -465,9 +465,3 @@ impl Action { } } } - -#[derive(Default)] -pub(super) struct Widget { - pub action: Action, - pub panes: Vec, -} -- cgit