mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove extra clean action from class api
This commit is contained in:
parent
e122eec9c1
commit
98437884e1
3 changed files with 2 additions and 15 deletions
|
|
@ -45,17 +45,6 @@ Main::Main(
|
|||
// Actions
|
||||
|
||||
/// Session
|
||||
void Main::clean(
|
||||
const sqlite3_int64 & APP_BROWSER__SESSION__ID
|
||||
) {
|
||||
DB::SESSION::clean(
|
||||
db,
|
||||
APP_BROWSER__SESSION__ID
|
||||
);
|
||||
|
||||
mainTab->close_all();
|
||||
};
|
||||
|
||||
int Main::restore(
|
||||
const sqlite3_int64 & APP_BROWSER__SESSION__ID
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue