]> git.sesse.net Git - nageru/commitdiff
Remove a non-defined member function from MIDIMapper.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 16 Jan 2019 21:49:33 +0000 (22:49 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 16 Jan 2019 21:49:33 +0000 (22:49 +0100)
futatabi/midi_mapper.h

index 7b489ab274ca8ffa71db117473889179b67ff612..fd16089c55e6ff7329b68f454e5c8ffeedab32b5 100644 (file)
@@ -15,7 +15,6 @@
 #include <functional>
 #include <memory>
 #include <mutex>
-#include <set>
 #include <string>
 #include <thread>
 
@@ -90,7 +89,6 @@ private:
        bool bank_mismatch(int bank_field_number);
 
        void update_lights_lock_held();
-       void activate_lights_all_buses(int field_number, std::set<unsigned> *active_lights);
 
        std::atomic<bool> should_quit{false};
        int should_quit_fd;