diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-31 21:26:42 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-31 21:26:42 +0200 |
commit | 6e6af33f00a17e842da81e4a04ea9c3421c55adb (patch) | |
tree | 245dc00530554291f8547ee311a7a497a0ccd58e /src/instrument.h | |
parent | e9c4a96ad32c2ab22f6f3edc5b68f1eb414c041e (diff) |
Fix issues from rebasing.
Diffstat (limited to 'src/instrument.h')
-rw-r--r-- | src/instrument.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/instrument.h b/src/instrument.h index 0694d80..a531aec 100644 --- a/src/instrument.h +++ b/src/instrument.h @@ -79,8 +79,6 @@ private: size_t lastpos; float mod; Settings& settings; -}; - Random rand; }; |