aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/src/EditorThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/vst/src/EditorThread.h')
-rw-r--r--externals/grill/vst/src/EditorThread.h60
1 files changed, 0 insertions, 60 deletions
diff --git a/externals/grill/vst/src/EditorThread.h b/externals/grill/vst/src/EditorThread.h
deleted file mode 100644
index cb9b2209..00000000
--- a/externals/grill/vst/src/EditorThread.h
+++ /dev/null
@@ -1,60 +0,0 @@
-#if !defined(AFX_EDITORTHREAD_H__9F3ACE98_7522_400D_9404_DFD67E3D721B__INCLUDED_)
-#define AFX_EDITORTHREAD_H__9F3ACE98_7522_400D_9404_DFD67E3D721B__INCLUDED_
-
-#include "PopupWindow.h" // Added by ClassView
-#if _MSC_VER > 1000
-#pragma once
-#endif // _MSC_VER > 1000
-// EditorThread.h : header file
-//
-
-class VSTPLugin;
-
-/////////////////////////////////////////////////////////////////////////////
-// CEditorThread thread
-
-class CEditorThread : public CWinThread
-{
- DECLARE_DYNCREATE(CEditorThread)
-protected:
-
-// Attributes
-public:
- CEditorThread(); // protected constructor used by dynamic creation
-
-// Operations
-public:
- void SetPlugin( VSTPlugin *);
-
- void Close();
- void Show(bool show);
-
-// Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CEditorThread)
- public:
- virtual BOOL InitInstance();
- virtual int ExitInstance();
- //}}AFX_VIRTUAL
-
-// Implementation
-protected:
- virtual ~CEditorThread();
-
- VSTPlugin *plug;
- CPopupWindow *pop;
-
- // Generated message map functions
- //{{AFX_MSG(CEditorThread)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
-
- DECLARE_MESSAGE_MAP()
-};
-
-/////////////////////////////////////////////////////////////////////////////
-
-//{{AFX_INSERT_LOCATION}}
-// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
-#endif // !defined(AFX_EDITORTHREAD_H__9F3ACE98_7522_400D_9404_DFD67E3D721B__INCLUDED_)