X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftag.h;h=28b4fa010e8b0f12980df476f7ac8160a2c922fb;hb=refs%2Fheads%2Fmaster;hp=87d4af656d9a8cea87969f7c966ac6d74d7fb26e;hpb=c6aea1bc1586ffef132e6fffdf99343cb56617db;p=libs%2Fgl.git diff --git a/source/tag.h b/source/tag.h deleted file mode 100644 index 87d4af65..00000000 --- a/source/tag.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef MSP_GL_TAG_H_ -#define MSP_GL_TAG_H_ - -#include - -namespace Msp { -namespace GL { - -struct Tag -{ - unsigned id; - - Tag(): id(0) { } - Tag(const char *); - Tag(const std::string &s); -}; - -} // namespace GL -} // namespace Msp - -#endif