mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
remove legacy CANVAS_COMPATIBILITY property_foo() stuff (related to gnomecanvas API) from libcanvas
This commit is contained in:
parent
859bf5257c
commit
8f876bb5ab
1 changed files with 0 additions and 26 deletions
|
|
@ -52,27 +52,6 @@ public:
|
||||||
|
|
||||||
virtual void set_outline (bool);
|
virtual void set_outline (bool);
|
||||||
|
|
||||||
#ifdef CANVAS_COMPATIBILITY
|
|
||||||
int& property_first_arrowhead () {
|
|
||||||
return _foo_int;
|
|
||||||
}
|
|
||||||
int& property_last_arrowhead () {
|
|
||||||
return _foo_int;
|
|
||||||
}
|
|
||||||
int& property_arrow_shape_a () {
|
|
||||||
return _foo_int;
|
|
||||||
}
|
|
||||||
int& property_arrow_shape_b () {
|
|
||||||
return _foo_int;
|
|
||||||
}
|
|
||||||
int& property_arrow_shape_c () {
|
|
||||||
return _foo_int;
|
|
||||||
}
|
|
||||||
bool& property_draw () {
|
|
||||||
return _foo_bool;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
void setup_outline_context (Cairo::RefPtr<Cairo::Context>) const;
|
void setup_outline_context (Cairo::RefPtr<Cairo::Context>) const;
|
||||||
|
|
@ -80,11 +59,6 @@ protected:
|
||||||
Color _outline_color;
|
Color _outline_color;
|
||||||
Distance _outline_width;
|
Distance _outline_width;
|
||||||
bool _outline;
|
bool _outline;
|
||||||
|
|
||||||
#ifdef CANVAS_COMPATIBILITY
|
|
||||||
int _foo_int;
|
|
||||||
bool _foo_bool;
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue