]> git.tdb.fi Git - libs/gui.git/blobdiff - source/gbase/display_priv.h
Consistently label the graphics part as graphics
[libs/gui.git] / source / gbase / display_priv.h
diff --git a/source/gbase/display_priv.h b/source/gbase/display_priv.h
deleted file mode 100644 (file)
index f522812..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef MSP_GBASE_DISPLAY_PRIV_H_
-#define MSP_GBASE_DISPLAY_PRIV_H_
-
-#include "window_priv.h"
-
-namespace Msp {
-namespace Graphics {
-
-struct Display::Private
-{
-#ifndef WIN32
-       ::Display *display;
-#endif
-       std::map<WindowHandle, Window *> windows;
-};
-
-} // namespace Graphics
-} // namespace Msp
-
-#endif