Fix mixed spaces/tabs in wscripts
[ardour.git] / libs / backends / wavesaudio / waves_midi_device.h
index ce3bb3c486f03d385ca05a2cefd110e835514e1e..ed5dbef231cb979c6449b4327a949d0cc5f287a5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Gorobchenko Dmytro
+    Copyright (C) 2013 Waves Audio Ltd.
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -48,7 +48,6 @@ public:
 
     inline bool is_input () const { return _pm_input_id != pmNoDevice; };
     inline bool is_output () const { return _pm_output_id != pmNoDevice; };
-    void validate ();
 
 private: