summaryrefslogtreecommitdiff
path: root/modules/window-opengl/gl_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/window-opengl/gl_window.h')
-rw-r--r--modules/window-opengl/gl_window.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/window-opengl/gl_window.h b/modules/window-opengl/gl_window.h
deleted file mode 100644
index 3bb9f83..0000000
--- a/modules/window-opengl/gl_window.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#pragma once
-
-namespace saw {
-namespace gfx {
-template<typename T>
-class gpu_window;
-}
-}