Remove unnecessary call to newsym() in fov.cc
authorMartin Read <martin@blackswordsonics.com>
Wed, 19 Feb 2014 01:44:44 +0000 (01:44 +0000)
committerMartin Read <martin@blackswordsonics.com>
Wed, 19 Feb 2014 01:44:44 +0000 (01:44 +0000)
commitd2de0d9183e10365b5cf1c0b887a6f4bcc69d394
treefc29b9dbd015bbd53aa4cea2ba80c67334c6964d
parentdac49d497e6dada7c72180ddead9b8ce2c9c3b55
Remove unnecessary call to newsym() in fov.cc

As part of the general crusade to stop game logic directly calling into
display-nc.cc (so that notify-local-tty.cc and display-nc.cc can be replaced
with something that has a completely different interaction paradigm e.g. a
network client), the call to newsym() in fov.cc has been removed.

It was, in any event, superfluous because the only call to compute_fov()
was immediately followed by a call to touch_back_buffer().
fov.cc