Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
redorav committed Dec 9, 2024
1 parent a29b949 commit 60f4fd5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/vstudio/vs2010_vcxproj.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4002,12 +4002,6 @@
end
end

function m.androidProjectVersion(cfg)
_p(2, "<RootNamespace>%s</RootNamespace>", cfg.project.name)
_p(2, "<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>")
_p(2, "<ProjectVersion>1.0</ProjectVersion>")
end

function m.androidDebugInformation(cfg)
if cfg.flags.Symbols then
m.element("GenerateDebugInformation", "true")
Expand Down

0 comments on commit 60f4fd5

Please sign in to comment.