Skip to content

Commit

Permalink
remove empty destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Oct 19, 2016
1 parent f576013 commit f0bd4df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spectrum_generator_settings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class Spectrum_generator_settings {
};

Spectrum_generator_settings();
~Spectrum_generator_settings() {}

double get(Settings) const; ///< get value of spectrum generator setting
void set(Settings, double); ///< set value of spectrum generator setting
Expand Down

0 comments on commit f0bd4df

Please sign in to comment.