]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/backend.h
Move backend information into Device
[libs/gl.git] / source / core / backend.h
index ef04bd1182c4214eff56f6baed75c22a47ace1bc..2d58d38731a71402595fc50c17650d2518328729 100644 (file)
@@ -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