summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2020-05-10 09:23:13 +0200
committerStanislaw Halik <sthalik@misaki.pl>2020-05-10 09:23:59 +0200
commit3fb7b789e42300c42164d009230f3597980ec233 (patch)
treef77631a5147c7a8312c2f00347ffeb1f9420b92a
parentd6eacde962eb10967561f7bcac9c40bee35a6dc8 (diff)
proto-wine: remove dead declarations
-rw-r--r--proto-wine/wine-shm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/proto-wine/wine-shm.h b/proto-wine/wine-shm.h
index 536f647f..fc3f8711 100644
--- a/proto-wine/wine-shm.h
+++ b/proto-wine/wine-shm.h
@@ -15,10 +15,6 @@
# pragma clang diagnostic pop
#endif
-#include <memory>
-
-template<typename t> using ptr = std::shared_ptr<t>;
-
struct WineSHM {
double data[6];
int gameid, gameid2;