mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 04:13:24 +00:00
Remove unused method signature.
This was declared on a class definition, but never implemented. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a59ac2199b
commit
815f9d204f
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ public:
|
|||
explicit ShiftImageTimesDialog(QWidget *parent);
|
||||
time_t amount() const;
|
||||
void setOffset(time_t offset);
|
||||
time_t epochFromExiv(EXIFInfo *exif);
|
||||
private
|
||||
slots:
|
||||
void buttonClicked(QAbstractButton *button);
|
||||
|
|
Loading…
Add table
Reference in a new issue