From 31766901f915bf0968a6356f0a6ffdb26e657a86 Mon Sep 17 00:00:00 2001 From: Procyonae <45432782+Procyonae@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:10:54 +0100 Subject: [PATCH] Appease our clang overlords --- src/mapgen_functions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mapgen_functions.cpp b/src/mapgen_functions.cpp index b2e919974395e..084f5ace77f91 100644 --- a/src/mapgen_functions.cpp +++ b/src/mapgen_functions.cpp @@ -64,7 +64,6 @@ static const ter_str_id ter_t_railroad_track_on_tie( "t_railroad_track_on_tie" ) static const ter_str_id ter_t_rock( "t_rock" ); static const ter_str_id ter_t_rock_floor( "t_rock_floor" ); static const ter_str_id ter_t_sand( "t_sand" ); -static const ter_str_id ter_t_slope_down( "t_slope_down" ); static const ter_str_id ter_t_swater_dp( "t_swater_dp" ); static const ter_str_id ter_t_swater_sh( "t_swater_sh" ); static const ter_str_id ter_t_swater_surf( "t_swater_surf" );