aboutsummaryrefslogtreecommitdiff
path: root/loading.lua
diff options
context:
space:
mode:
Diffstat (limited to 'loading.lua')
-rw-r--r--loading.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/loading.lua b/loading.lua
index 26657c2..10b19c2 100644
--- a/loading.lua
+++ b/loading.lua
@@ -60,11 +60,6 @@ function loadSave()
loadGame = love.filesystem.load("savegame.txt")
loadGame()
end
- if love.filesystem.exists("profile.txt") == true then
- loadProfile = love.filesystem.load("profile.txt")
- loadProfile()
- profile.setup = true
- end
end
function bool2str(bool)
if bool == false then