diff --git a/src/shadowcasting.cpp b/src/shadowcasting.cpp index 64247ef8a5e01..af2859fdb0cfd 100644 --- a/src/shadowcasting.cpp +++ b/src/shadowcasting.cpp @@ -63,18 +63,6 @@ struct span { bool skip_first_row; }; -// Add defaults for when method is invoked for the first time. -template -void cast_zlight_segment( - const std::array &output_caches, - const std::array &input_arrays, - const std::array &floor_caches, - const tripoint &offset, const int offset_distance, - const T numerator = 1.0f ); - template