cleanup extras

This commit is contained in:
yggverse 2024-10-06 18:24:55 +03:00
parent 3dffcb029a
commit 395551e14c
3 changed files with 5 additions and 17 deletions

View file

@ -60,7 +60,8 @@ impl Database {
tx.execute("DELETE FROM `app_browser_window_tab` WHERE `id` = ?", [id])
}
/* not in use
pub fn last_insert_id(&self, tx: &Transaction) -> i64 {
tx.last_insert_rowid()
}
} */
}