diff options
Diffstat (limited to 'modules/gdnative/net/stream_peer_gdnative.h')
-rw-r--r-- | modules/gdnative/net/stream_peer_gdnative.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdnative/net/stream_peer_gdnative.h b/modules/gdnative/net/stream_peer_gdnative.h index f3711e0f0f..0b2f995aa7 100644 --- a/modules/gdnative/net/stream_peer_gdnative.h +++ b/modules/gdnative/net/stream_peer_gdnative.h @@ -36,7 +36,6 @@ #include "modules/gdnative/include/net/godot_net.h" class StreamPeerGDNative : public StreamPeer { - GDCLASS(StreamPeerGDNative, StreamPeer); protected: |