diff options
| author | Dima Granetchi | 2016-07-31 01:04:16 +0300 |
|---|---|---|
| committer | Dima Granetchi | 2016-07-31 01:06:12 +0300 |
| commit | a1c0fdac9a4ec1e8c2097b457a52e568f983c7d0 (patch) | |
| tree | f384ce46cfae6333bca6bf64c25306b33d2238f2 /tools/editor/project_manager.h | |
| parent | 2b5198b23dde370563719f57d158f4f342263be2 (diff) | |
| download | godot-a1c0fdac9a4ec1e8c2097b457a52e568f983c7d0.tar.gz godot-a1c0fdac9a4ec1e8c2097b457a52e568f983c7d0.tar.zst godot-a1c0fdac9a4ec1e8c2097b457a52e568f983c7d0.zip | |
fix run button availability check
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/project_manager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/editor/project_manager.h b/tools/editor/project_manager.h index 50bd7d94c..da5703390 100644 --- a/tools/editor/project_manager.h +++ b/tools/editor/project_manager.h @@ -60,7 +60,6 @@ class ProjectManager : public Control { VBoxContainer *scroll_childs; Map<String, String> selected_list; // name -> main_scene String last_clicked; - String single_selected_main; bool importing; HBoxContainer *projects_hb; @@ -69,8 +68,6 @@ class ProjectManager : public Control { Control *gui_base; - void _item_doubleclicked(); - void _scan_projects(); |
