diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-23 22:38:44 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-31 21:11:57 +0200 |
commit | 04e532a2a079ceb6acfcb4ebfaca58315fe1ff2d (patch) | |
tree | be3bd99b9b7e31d5889f6778ed9eae87ebcc7af2 | |
parent | d64958fc1e51ec92b73b545530e58967d69e92a8 (diff) |
Settings.
-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. |