remove extra clean action from class api

This commit is contained in:
yggverse 2024-09-12 23:59:47 +03:00
parent e122eec9c1
commit 98437884e1
3 changed files with 2 additions and 15 deletions

View file

@ -98,10 +98,6 @@ namespace app::browser
const sqlite3_int64 & APP_BROWSER__SESSION__ID
); // return sqlite3_finalize status code
void clean(
const sqlite3_int64 & APP_BROWSER__SESSION__ID
);
void save(
const sqlite3_int64 & APP_BROWSER__SESSION__ID
);