diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-08-27 22:46:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-27 22:46:40 +0200 |
| commit | 9e0fbb49c12a4bb12c275194b0599fdfa0b1aabf (patch) | |
| tree | 8804d0dd24cc126087462edfbbbf73ed61b56b0e /editor/plugins/navigation_polygon_editor_plugin.cpp | |
| parent | 37da8155a4500a9386027b4d791a86186bc7ab4a (diff) | |
| parent | 7ad14e7a3e6f87ddc450f7e34621eb5200808451 (diff) | |
Merge pull request #10699 from akien-mga/burn-burn-burn
Dead code tells no tales
Diffstat (limited to 'editor/plugins/navigation_polygon_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/navigation_polygon_editor_plugin.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editor/plugins/navigation_polygon_editor_plugin.cpp b/editor/plugins/navigation_polygon_editor_plugin.cpp index 544301c194..76e969a339 100644 --- a/editor/plugins/navigation_polygon_editor_plugin.cpp +++ b/editor/plugins/navigation_polygon_editor_plugin.cpp @@ -468,17 +468,6 @@ NavigationPolygonEditor::NavigationPolygonEditor(EditorNode *p_editor) { add_child(create_nav); create_nav->get_ok()->set_text(TTR("Create")); -//add_constant_override("separation",0); - -#if 0 - options = memnew( MenuButton ); - add_child(options); - options->set_area_as_parent_rect(); - options->set_text("Polygon"); - //options->get_popup()->add_item("Parse BBCode",PARSE_BBCODE); - options->get_popup()->connect("id_pressed", this,"_menu_option"); -#endif - mode = MODE_EDIT; wip_active = false; edited_outline = -1; |