diff options
author | Arno <arno@disconnect.de> | 2016-03-30 15:55:53 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-03-30 15:55:53 +0200 |
commit | 249fe5161e6dcc679f23db256dab622c57e26e3b (patch) | |
tree | 372fad492bc5c0a4586d89d97fc0ad8597887416 /pictureviewer2.h | |
parent | f58c47a1ea939b82502f9c2c9109d26193c6f102 (diff) | |
download | SheMov-249fe5161e6dcc679f23db256dab622c57e26e3b.tar.gz SheMov-249fe5161e6dcc679f23db256dab622c57e26e3b.tar.bz2 SheMov-249fe5161e6dcc679f23db256dab622c57e26e3b.zip |
Remove calculate results from SlideDlg
Never did anything, and we'll know soon enough.
Diffstat (limited to 'pictureviewer2.h')
-rw-r--r-- | pictureviewer2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pictureviewer2.h b/pictureviewer2.h index c4a7a52..3c57005 100644 --- a/pictureviewer2.h +++ b/pictureviewer2.h @@ -168,8 +168,6 @@ class PictureViewerSlideDlg : public QDialog { QSpinBox *mRecentDays; QPushButton *mOk; QPushButton *mCancel; - QPushButton *mCalcResultCount; - QString mResultCountTempl; MappingEditWidget *mMappingEditWidget; int mSlideResult; }; |