diff options
author | Vika <vika@fireburn.ru> | 2025-02-19 21:25:53 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-02-19 21:25:53 +0300 |
commit | 01204a0835169226a70b83919400edb2afc8b25d (patch) | |
tree | b1a60baf80b4a5c0f5d58accc7117e063d8d4788 /src | |
parent | 136f0eae61860b6f3d48c3632a76d5ef1f682e9f (diff) | |
download | bowl-01204a0835169226a70b83919400edb2afc8b25d.tar.zst |
Remove unused declarations
Diffstat (limited to 'src')
-rw-r--r-- | src/components/post_editor.rs | 1 | ||||
-rw-r--r-- | src/lib.rs | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/components/post_editor.rs b/src/components/post_editor.rs index 189c031..25069be 100644 --- a/src/components/post_editor.rs +++ b/src/components/post_editor.rs @@ -3,7 +3,6 @@ use crate::components::tag_pill::*; use adw::prelude::*; use glib::translate::IntoGlib; -use gtk::GridLayoutChild; use relm4::{factory::FactoryVecDeque, gtk, prelude::{Controller, DynamicIndex}, Component, ComponentParts, ComponentSender, RelmWidgetExt}; #[cfg(feature = "smart-summary")] use relm4::prelude::ComponentController; diff --git a/src/lib.rs b/src/lib.rs index 9e7569f..bdc3682 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -38,8 +38,6 @@ pub mod util; pub const APPLICATION_ID: &str = "xyz.vikanezrimaya.kittybox.Bowl"; pub const CLIENT_ID_STR: &str = "https://kittybox.fireburn.ru/bowl/"; -pub const VISIBILITY: [&str; 2] = ["public", "private"]; - #[derive(Debug)] pub struct App { secret_schema: libsecret::Schema, |