X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fbackend.h;h=2d58d38731a71402595fc50c17650d2518328729;hp=ef04bd1182c4214eff56f6baed75c22a47ace1bc;hb=d16d28d2ccf7c6255204f02975834f713ff1df08;hpb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14 diff --git a/source/core/backend.h b/source/core/backend.h index ef04bd11..2d58d387 100644 --- a/source/core/backend.h +++ b/source/core/backend.h @@ -29,9 +29,6 @@ struct Version /** Returns the backend for which the library was compiled. */ GraphicsApi get_backend_api(); -/** Returns the backend version number, as reported by the implementation. */ -const Version &get_backend_version(); - } // namespace GL } // namespace Msp