summaryrefslogtreecommitdiff
path: root/modules/mono/editor/godotsharp_editor.h
diff options
context:
space:
mode:
authorIgnacio Etcheverry <ignalfonsore@gmail.com>2017-10-30 23:43:26 +0100
committerIgnacio Etcheverry <ignalfonsore@gmail.com>2017-10-30 23:43:26 +0100
commitad194f81b67b88856c27ae7ec11f0d10981bda9d (patch)
treed1c89f81a3c9174431a7cccf4a28f9d9b92347d5 /modules/mono/editor/godotsharp_editor.h
parentfd89924ea55209ff4b1353d2b91bd019cbbbcb11 (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.h1
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,
};