mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
Remove unused code.
This commit is contained in:
committed by
Luis Ángel San Martín
parent
c0be631767
commit
4216717d07
@ -50,12 +50,6 @@ YACReaderLibraryItemWidget::YACReaderLibraryItemWidget(QString n /*ame*/, QStrin
|
||||
setMinimumHeight(20);
|
||||
}
|
||||
|
||||
void YACReaderLibraryItemWidget::showUpDownButtons(bool show)
|
||||
{
|
||||
up->setHidden(!show);
|
||||
down->setHidden(!show);
|
||||
}
|
||||
|
||||
void YACReaderLibraryItemWidget::deselect()
|
||||
{
|
||||
setStyleSheet(Theme::currentTheme().itemLibraryNoSelectedStyleSheet);
|
||||
|
Reference in New Issue
Block a user