cleanup unnecessary stuff

This commit is contained in:
Chris Cochrun 2023-05-18 06:40:30 -05:00
parent a1d4dc6e52
commit 644dc1684e

View file

@ -80,8 +80,6 @@ mod song_model {
FontSizeRole, FontSizeRole,
} }
// use crate::entities::{songs, prelude::Songs};
// use sea_orm::{ConnectionTrait, Database, DbBackend, DbErr, Statement, ActiveValue};
impl qobject::SongModel { impl qobject::SongModel {
#[qinvokable] #[qinvokable]
pub fn clear(mut self: Pin<&mut Self>) { pub fn clear(mut self: Pin<&mut Self>) {