Fix default values not being read correctly in VS, take two

Fixes #25889.
This commit is contained in:
Bojidar Marinov 2019-05-02 15:29:07 +03:00
parent 46b6fb83ef
commit b291cfde1b
No known key found for this signature in database
GPG key ID: 4B0FD31949AD430D
2 changed files with 2 additions and 14 deletions

View file

@ -54,7 +54,6 @@ class VisualScriptNode : public Resource {
void validate_input_default_values();
protected:
void _notification(int p_what);
void ports_changed_notify();
static void _bind_methods();