summaryrefslogtreecommitdiff
path: root/Editor/GUI/EditorWindows.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-30 22:59:42 +0800
committerchai <chaifix@163.com>2021-10-30 22:59:42 +0800
commit26f05c6e3dcac9995345fb5a2b031be7e3ea79e9 (patch)
treefc32c3e9d235817df0be331a6100b7f8263facab /Editor/GUI/EditorWindows.h
parentc3e259f4d29e9bdcb73617ad8e4d71f117b4d289 (diff)
*TextGenerator
Diffstat (limited to 'Editor/GUI/EditorWindows.h')
-rw-r--r--Editor/GUI/EditorWindows.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Editor/GUI/EditorWindows.h b/Editor/GUI/EditorWindows.h
index 79e047c..e1ad89a 100644
--- a/Editor/GUI/EditorWindows.h
+++ b/Editor/GUI/EditorWindows.h
@@ -67,7 +67,6 @@ public:
GET(HWND, WindowHandle, m_Window);
GET(HDC, DC, m_DC);
- GET(HGLRC, RC, m_RC);
void OnRectChanged();
void OnActivateApplication(bool active);
@@ -79,7 +78,6 @@ private:
HWND m_Window;
HDC m_DC;
- HGLRC m_RC;
POINT m_Size;
ShowMode m_ShowMode; // ´°¿ÚÀàÐÍ
bool m_IsClosing;
@@ -149,7 +147,6 @@ public:
GET_SET(std::string, Name, m_Name);
GET(HDC, DC, m_DC);
- GET(HGLRC, RC, m_RC);
private:
void ProcessEventMessages(UINT message, WPARAM wParam, LPARAM lParam);
@@ -160,7 +157,6 @@ private:
ContainerWindow* m_ContainerWindow;
HWND m_Handle;
HDC m_DC;
- HGLRC m_RC;
std::vector<LuaBind::MemberRef> m_EditorWindows;