]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/deviceinfo.cpp
Move backend information into Device
[libs/gl.git] / source / core / deviceinfo.cpp
diff --git a/source/core/deviceinfo.cpp b/source/core/deviceinfo.cpp
deleted file mode 100644 (file)
index 8400ffd..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "deviceinfo.h"
-
-namespace Msp {
-namespace GL {
-
-const DeviceInfo &DeviceInfo::get_global()
-{
-       static DeviceInfo info;
-       return info;
-}
-
-} // namespace GL
-} // namespace Msp