Commit 06e071dda884b8228ef5593e9d73e33da10c87e5
1 parent
f1c81247
Get rid of unused widget
Showing
1 changed file
with
0 additions
and
1 deletions
openbr/gui/recognitionbar.h
| @@ -45,7 +45,6 @@ class BR_EXPORT RecognitionBar : public QToolBar | @@ -45,7 +45,6 @@ class BR_EXPORT RecognitionBar : public QToolBar | ||
| 45 | FormComboWidget *model; | 45 | FormComboWidget *model; |
| 46 | 46 | ||
| 47 | RangeWidget *rangeWidget; | 47 | RangeWidget *rangeWidget; |
| 48 | - PageFlipWidget *pageFlipWidget; | ||
| 49 | SearchBoxWidget *searchBox; | 48 | SearchBoxWidget *searchBox; |
| 50 | QPushButton *compareButton; | 49 | QPushButton *compareButton; |
| 51 | 50 |