diff --git a/modules/vstudio/vs2010_vcxproj.lua b/modules/vstudio/vs2010_vcxproj.lua index 52ada0e0b..9d7f38496 100644 --- a/modules/vstudio/vs2010_vcxproj.lua +++ b/modules/vstudio/vs2010_vcxproj.lua @@ -4002,12 +4002,6 @@ end end - function m.androidProjectVersion(cfg) - _p(2, "%s", cfg.project.name) - _p(2, "14.0") - _p(2, "1.0") - end - function m.androidDebugInformation(cfg) if cfg.flags.Symbols then m.element("GenerateDebugInformation", "true")