Remove unnecessary explicit definition of tmap_drawer_type::operator!=

This commit is contained in:
Kp 2022-10-09 23:15:19 +00:00
parent 428fad33c3
commit 0b62b62619

View file

@ -385,10 +385,6 @@ public:
{
return type == t;
}
bool operator!=(tmap_drawer_constant t) const
{
return type != t;
}
};
#else
void g3_draw_line(const g3_draw_line_context &, cg3s_point &p0, cg3s_point &p1, temporary_points_t &);