diff options
Diffstat (limited to 'src/components/post_editor.rs')
-rw-r--r-- | src/components/post_editor.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/post_editor.rs b/src/components/post_editor.rs index d1a6cf0..8c81b6b 100644 --- a/src/components/post_editor.rs +++ b/src/components/post_editor.rs @@ -86,7 +86,6 @@ pub(crate) struct PostEditor<E> { visibility: Visibility, #[do_not_track] wide_layout: gtk::GridLayout, - #[do_not_track] narrow_layout: gtk::BoxLayout, #[do_not_track] smart_summary: Controller<components::SmartSummaryButton>, _err: std::marker::PhantomData<E> @@ -355,7 +354,6 @@ impl<E: std::error::Error + std::fmt::Debug + Send + 'static> Component for Post visibility: Visibility::Public, wide_layout: gtk::GridLayout::new(), - narrow_layout: gtk::BoxLayout::new(gtk::Orientation::Vertical), smart_summary: components::SmartSummaryButton::builder() .launch(()) |