diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp index db234484dd0..bf611f89c91 100644 --- a/core/bind/core_bind.cpp +++ b/core/bind/core_bind.cpp @@ -874,8 +874,6 @@ void _OS::_bind_methods() { ObjectTypeDB::bind_method(_MD("set_borderless_window", "borderless"), &_OS::set_borderless_window); ObjectTypeDB::bind_method(_MD("get_borderless_window"), &_OS::get_borderless_window); - ObjectTypeDB::bind_method(_MD("set_multisamples", "multisamples"), &_OS::set_multisamples); - ObjectTypeDB::bind_method(_MD("get_multisamples"), &_OS::get_multisamples); ObjectTypeDB::bind_method(_MD("set_screen_orientation","orientation"),&_OS::set_screen_orientation); ObjectTypeDB::bind_method(_MD("get_screen_orientation"),&_OS::get_screen_orientation);