mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
changelog updated
removed unused methods
This commit is contained in:
@ -1148,6 +1148,7 @@ void LibraryWindow::updateLibrary()
|
||||
libraryCreator->start();
|
||||
}
|
||||
|
||||
/*
|
||||
void LibraryWindow::deleteLibrary()
|
||||
{
|
||||
QString currentLibrary = selectedLibrary->currentText();
|
||||
@ -1156,6 +1157,7 @@ void LibraryWindow::deleteLibrary()
|
||||
deleteCurrentLibrary();
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
void LibraryWindow::deleteCurrentLibrary()
|
||||
{
|
||||
|
@ -200,7 +200,7 @@ public:
|
||||
void reloadCurrentLibrary();
|
||||
void openLastCreated();
|
||||
void updateLibrary();
|
||||
void deleteLibrary();
|
||||
//void deleteLibrary();
|
||||
void openContainingFolder();
|
||||
void openContainingFolderComic();
|
||||
void deleteCurrentLibrary();
|
||||
|
Reference in New Issue
Block a user