some (minor) code cleanup
This commit is contained in:
@@ -77,11 +77,6 @@ public:
|
||||
int load (const Glib::ustring& fname);
|
||||
int save (const Glib::ustring& fname);
|
||||
|
||||
// Glib::ustring getCamera() const
|
||||
// {
|
||||
// return Glib::ustring(camMake + " " + camModel);
|
||||
// }
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
// ImageMetaData interface
|
||||
//-------------------------------------------------------------------------
|
||||
|
@@ -44,8 +44,6 @@ public:
|
||||
return packBox;
|
||||
}
|
||||
|
||||
Gtk::CheckButton *getFill() { return fill; }
|
||||
|
||||
void read (const rtengine::procparams::ProcParams* pp, const ParamsEdited* pedited = nullptr);
|
||||
void write (rtengine::procparams::ProcParams* pp, ParamsEdited* pedited = nullptr);
|
||||
void setBatchMode (bool batchMode);
|
||||
|
Reference in New Issue
Block a user