cleanup: remove methods that aren't used anymore

This commit is contained in:
Ashley Wulber 2023-08-04 12:42:09 -04:00 committed by Ashley Wulber
parent c819f94e74
commit ea09abb892
4 changed files with 4 additions and 113 deletions

View file

@ -21,9 +21,5 @@ pub mod util;
/// name of cosmic theme
pub const NAME: &'static str = "com.system76.CosmicTheme";
/// Name of the theme directory
pub const THEME_DIR: &str = "themes";
/// name of the palette directory
pub const PALETTE_DIR: &str = "palettes";
pub use palette;