summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/components/post_editor.rs1
-rw-r--r--src/lib.rs2
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,