From 007efb6a20dcaa9230f1cfdc1cda92db24c5510f Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 4 Jun 2016 21:31:29 -0300 Subject: -customizable shortcuts in editor -editor settings now save to .tres instead of .xml -buttons can now hold a shortcut --- scene/gui/button.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'scene/gui/button.cpp') diff --git a/scene/gui/button.cpp b/scene/gui/button.cpp index 0f1622a838..579f6e08c9 100644 --- a/scene/gui/button.cpp +++ b/scene/gui/button.cpp @@ -213,7 +213,6 @@ Button::TextAlign Button::get_text_align() const { return align; } - void Button::_bind_methods() { ObjectTypeDB::bind_method(_MD("set_text","text"),&Button::set_text); -- cgit v1.2.3