diff options
author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2017-10-30 23:43:26 +0100 |
---|---|---|
committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2017-10-30 23:43:26 +0100 |
commit | ad194f81b67b88856c27ae7ec11f0d10981bda9d (patch) | |
tree | d1c89f81a3c9174431a7cccf4a28f9d9b92347d5 /modules/mono/editor/godotsharp_editor.h | |
parent | fd89924ea55209ff4b1353d2b91bd019cbbbcb11 (diff) |
Remove Visual Studio for now from the external editors list
Diffstat (limited to 'modules/mono/editor/godotsharp_editor.h')
-rw-r--r-- | modules/mono/editor/godotsharp_editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mono/editor/godotsharp_editor.h b/modules/mono/editor/godotsharp_editor.h index 7b4b50b172..0f2c163582 100644 --- a/modules/mono/editor/godotsharp_editor.h +++ b/modules/mono/editor/godotsharp_editor.h @@ -69,7 +69,6 @@ public: enum ExternalEditor { EDITOR_NONE, EDITOR_MONODEVELOP, - EDITOR_VISUAL_STUDIO, EDITOR_CODE, }; |