diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/instrument.h | 1 | ||||
-rw-r--r-- | src/settings.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/instrument.h b/src/instrument.h index 7c8c52d..0694d80 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -41,7 +41,6 @@ class Instrument { friend class InstrumentParser; - public: Instrument(Settings& settings); ~Instrument(); diff --git a/src/settings.h b/src/settings.h index eb18909..ed031b2 100644 --- a/src/settings.h +++ b/src/settings.h @@ -49,7 +49,6 @@ struct Settings Atomic<int> number_of_files; Atomic<int> number_of_files_loaded; Atomic<std::string> current_file; - }; //! Getter utility class. |