aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/common.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/common/common.h b/src/common/common.h
index f7d0f55c..d11e57b1 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -100,21 +100,4 @@ private:
# define _M_SSE 0x402
#endif
-// Host communication.
-enum HOST_COMM
-{
- // Begin at 10 in case there is already messages with wParam = 0, 1, 2 and so on
- WM_USER_STOP = 10,
- WM_USER_CREATE,
- WM_USER_SETCURSOR,
-};
-
-// Used for notification on emulation state
-enum EMUSTATE_CHANGE
-{
- EMUSTATE_CHANGE_PLAY = 1,
- EMUSTATE_CHANGE_PAUSE,
- EMUSTATE_CHANGE_STOP
-};
-
#include "swap.h"