diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-05-10 09:23:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-05-10 09:23:59 +0200 |
commit | 3fb7b789e42300c42164d009230f3597980ec233 (patch) | |
tree | f77631a5147c7a8312c2f00347ffeb1f9420b92a /proto-wine | |
parent | d6eacde962eb10967561f7bcac9c40bee35a6dc8 (diff) |
proto-wine: remove dead declarations
Diffstat (limited to 'proto-wine')
-rw-r--r-- | proto-wine/wine-shm.h | 4 |
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; |