diff --git a/game/modules/tome/class/Game.lua b/game/modules/tome/class/Game.lua
index 224f565d2085f7b399ad90ef57397189a76abee3..3a588ae0426d4d2ba27c66b18795120aeefc2fd8 100644
--- a/game/modules/tome/class/Game.lua
+++ b/game/modules/tome/class/Game.lua
@@ -814,11 +814,9 @@ function _M:display(nb_keyframes)
 		else
 			if self.level.data.background then self.level.data.background(self.level, map.display_x, map.display_y, nb_keyframes) end
 			map:display(nil, nil, nb_keyframes)
---			map:display(nil, nil, nb_keyframes, config.settings.tome.smooth_fov)
 			self.target:display()
 			if self.level.data.foreground then self.level.data.foreground(self.level, map.display_x, map.display_y, nb_keyframes) end
 			if self.level.data.weather_particle then self.state:displayWeather(self.level, self.level.data.weather_particle, nb_keyframes) end
---			if config.settings.tome.smooth_fov then map._map:updateSeensTexture() map._map:drawSeensTexture(map.display_x, map.display_y, nb_keyframes) end
 		end
 
 		if not self.zone_name_s then self:updateZoneName() end