Revert "Add/expose VisualServer::get_default_clear_color()"
This reverts commit 753ba67d65,
in preparation from the merge of the gles3 branch, as the VisualServer
code changed too much to port this commit over during merge conflicts
resolution. It could be readded afterwards.
This commit is contained in:
@ -564,7 +564,6 @@ void VisualServer::_bind_methods() {
|
||||
ObjectTypeDB::bind_method(_MD("free_rid"),&VisualServer::free);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_default_clear_color"),&VisualServer::set_default_clear_color);
|
||||
ObjectTypeDB::bind_method(_MD("get_default_clear_color"),&VisualServer::get_default_clear_color);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("get_render_info"),&VisualServer::get_render_info);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user