Remove unused GDNative code
This has been superseded by GDExtension so this code is no longer useful nor usable. There's still some GDNative-related stuff in platform export code which needs to be adapted for GDExtension (e.g. to include GDExtension libraries in exports).
This commit is contained in:
parent
af77395f90
commit
9b05f29894
110 changed files with 13 additions and 19798 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#include "servers/rendering_server.h"
|
||||
|
||||
void CameraFeed::_bind_methods() {
|
||||
// The setters prefixed with _ are only exposed so we can have feeds through GDNative!
|
||||
// The setters prefixed with _ are only exposed so we can have feeds through GDExtension!
|
||||
// They should not be called by the end user.
|
||||
|
||||
ClassDB::bind_method(D_METHOD("get_id"), &CameraFeed::get_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue