From 644dc1684e502fd2e0852a84cca8d47adf8a4f4f Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 18 May 2023 06:40:30 -0500 Subject: [PATCH] cleanup unnecessary stuff --- src/rust/song_model.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rust/song_model.rs b/src/rust/song_model.rs index 94542ab..1fd1e38 100644 --- a/src/rust/song_model.rs +++ b/src/rust/song_model.rs @@ -80,8 +80,6 @@ mod song_model { FontSizeRole, } - // use crate::entities::{songs, prelude::Songs}; - // use sea_orm::{ConnectionTrait, Database, DbBackend, DbErr, Statement, ActiveValue}; impl qobject::SongModel { #[qinvokable] pub fn clear(mut self: Pin<&mut Self>) {