make verbose canvas cursor color be set in its constructor rather than explicitly

This commit is contained in:
Paul Davis 2014-06-27 09:35:19 -04:00
parent 353f857d6e
commit 0a9595f74f
3 changed files with 1 additions and 9 deletions

View file

@ -34,8 +34,6 @@ public:
ArdourCanvas::Item* canvas_item () const;
bool visible () const;
void set_color (uint32_t);
void set (std::string const &);
void set_time (framepos_t);
void set_duration (framepos_t, framepos_t);