Less hacky Win32 API use

This commit is contained in:
Jack Andersen
2016-06-16 15:30:18 -10:00
parent 7b9c7a4eb6
commit 3f98ada70a
2 changed files with 47 additions and 20 deletions

View File

@@ -22,7 +22,6 @@ class VSTEditor : public AEffEditor
ERect m_windowRect = {0, 0, 420, 600};
HWND m_rootView = 0;
HWND m_collectionHeader = 0;
HWND m_collectionTree = 0;
HWND m_collectionAdd = 0;
HWND m_collectionRemove = 0;