summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-09-22 15:25:19 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-09-24 19:33:34 +0200
commit6310488fda7a85b0f330e4ca6c7781873fe5b582 (patch)
treeff72c7be5d65469aa80015ff3b6202482dbee7be /ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx
parentb236bf6a23172a5008d0e715c913e44fb69d5e31 (diff)
fix Wine bitrot rather than only saying so
name mangling has issues so partial revert
Diffstat (limited to 'ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx')
-rw-r--r--ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx b/ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx
index 715dcc69..b7dc531c 100644
--- a/ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx
+++ b/ftnoir_protocol_wine/opentrack-wrapper-wine-windows.cxx
@@ -8,11 +8,6 @@
#include "compat/compat.cpp"
#include "wine-shm.h"
-ptr<BasePortableLockedShm> make_shm_win32()
-{
- return std::make_shared<ShmWine>(WINE_SHM_NAME, WINE_MTX_NAME, sizeof(WineSHM));
-}
-
void create_registry_key(void) {
char dir[8192];