1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Remove Visual Studio for now from the external editors list

This commit is contained in:
Ignacio Etcheverry
2017-10-30 23:43:26 +01:00
parent fd89924ea5
commit ad194f81b6
2 changed files with 1 additions and 7 deletions

View File

@@ -69,7 +69,6 @@ public:
enum ExternalEditor {
EDITOR_NONE,
EDITOR_MONODEVELOP,
EDITOR_VISUAL_STUDIO,
EDITOR_CODE,
};