summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorpf packet <afpacket@gmail.com>2014-04-02 03:39:10 +0900
committerpf packet <afpacket@gmail.com>2014-04-02 03:39:10 +0900
commit2aaca74dd57a19a3fd02a278db1207cb6a8eae5d (patch)
treecd2cc7effd7d703e24b025274cec855c0d2b332f /Source
parentbad109402e0b938156bce84e1aed6e39111a6e06 (diff)
Fix compilation error of Wayland_Util.h
This commit fixes the following error: error: #endif without #if
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinWX/GLInterface/Wayland_Util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/GLInterface/Wayland_Util.h b/Source/Core/DolphinWX/GLInterface/Wayland_Util.h
index 1f5ac5e4ed..53caf62f79 100644
--- a/Source/Core/DolphinWX/GLInterface/Wayland_Util.h
+++ b/Source/Core/DolphinWX/GLInterface/Wayland_Util.h
@@ -27,5 +27,3 @@ public:
void ToggleFullscreen(bool fullscreen);
void SwapBuffers();
};
-
-#endif