Sync to AGG tree to support stippi's Painter classes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10693 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -166,11 +166,6 @@ namespace agg
|
||||
bool solid_path = false,
|
||||
unsigned end_flags = path_flags_none);
|
||||
|
||||
void add_vertices(const double* vertices, unsigned num)
|
||||
{
|
||||
add_poly(vertices, num, path_flags_none);
|
||||
}
|
||||
|
||||
template<class VertexSource>
|
||||
void add_path(VertexSource& vs,
|
||||
unsigned path_id = 0,
|
||||
|
||||
Reference in New Issue
Block a user