Skip to content

Commit

Permalink
remove unused slots ssUpdateForNever/ssUpdateForOthers
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridenko committed Nov 12, 2018
1 parent 433df52 commit 744230c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/OptionsGeneralPage.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class OptionsGeneralPage : public OptionsDialogPage
virtual void saveChanges();

private slots:
void ssUpdateForNever();
void ssUpdateForOthers(bool checked);
/*void ssUpdateForNever();
void ssUpdateForOthers(bool checked);*/
void updateStartup(bool on);

private:
Expand Down

0 comments on commit 744230c

Please sign in to comment.