Now able to create grid
This commit is contained in:
@@ -218,7 +218,6 @@ public:
|
||||
: Object()
|
||||
, editor(editor)
|
||||
{
|
||||
int i;
|
||||
Button *cancel_button = editor->get_as_node<Button>(
|
||||
"%road_lines_create_new_cancel");
|
||||
LineEdit *line_name = editor->get_as_node<LineEdit>(
|
||||
@@ -245,7 +244,6 @@ public:
|
||||
}
|
||||
virtual ~HandleCreateNewLine()
|
||||
{
|
||||
int i;
|
||||
Button *line_buildings_close =
|
||||
editor->get_as_node<Button>("%line_buildings_close");
|
||||
TextEdit *metadata_edit = editor->get_as_node<TextEdit>(
|
||||
|
||||
Reference in New Issue
Block a user