remove "toggle-foo" style actions related to editor/mixer windows and provide new methods that just use Tabbable::make_visible()

This commit is contained in:
Paul Davis 2015-07-15 16:24:12 -04:00
parent 347ba94bcd
commit 1158271f72
7 changed files with 23 additions and 129 deletions

View file

@ -153,7 +153,6 @@ class ProxyWithConstructor: public ProxyBase
private:
boost::function<T*()> creator;
>>>>>>> first compilable version of tabbable design.
};
template<typename T>