X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fvertexformat.h;fp=source%2Fvertexformat.h;h=9be98160b0bb0d23ef62358d150aa6e670d254d2;hp=95e9b2c5bc42fd299283201ffa6a8c725697fb57;hb=43c6495ff3d14a85ee5de169a80fdacf13b7147e;hpb=40c364b04084d11573a9ff9f7be6f1c4cc521f4b diff --git a/source/vertexformat.h b/source/vertexformat.h index 95e9b2c5..9be98160 100644 --- a/source/vertexformat.h +++ b/source/vertexformat.h @@ -68,7 +68,6 @@ inline unsigned get_stride(const VertexFormat &f) { return f.stride(); } void operator>>(const LexicalConverter &, VertexComponent &); -void operator>>(const LexicalConverter &, VertexFormat &); } // namespace GL } // namespace Msp