Skip to content

Commit

Permalink
Appease our clang overlords
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed Apr 2, 2024
1 parent 89d3c2b commit 8abc6f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/connect_rotate_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
#include "sdltiles.h"

static const ter_str_id ter_t_floor( "t_floor" );
static const ter_str_id ter_t_wall( "t_wall" );
static const ter_str_id ter_t_connection( "t_connection" );
static const ter_str_id ter_t_pavement( "t_pavement" );
static const ter_str_id ter_t_wall( "t_wall" );

class cata_tiles_test_helper
{
Expand Down
2 changes: 1 addition & 1 deletion tests/map_bash_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
static const furn_str_id furn_test_f_bash_persist( "test_f_bash_persist" );
static const furn_str_id furn_test_f_eoc( "test_f_eoc" );

static const ter_str_id ter_test_t_bash_persist( "test_t_bash_persist" );
static const ter_str_id ter_t_floor( "t_floor" );
static const ter_str_id ter_test_t_bash_persist( "test_t_bash_persist" );
static const ter_str_id ter_test_t_pit_shallow( "test_t_pit_shallow" );

void bash_test_loadout::apply( Character &guy ) const
Expand Down
1 change: 0 additions & 1 deletion tests/map_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "submap.h"
#include "type_id.h"

static const ter_str_id ter_t_floor( "t_floor" );
static const ter_str_id ter_t_grass( "t_grass" );
static const ter_str_id ter_t_open_air( "t_open_air" );
static const ter_str_id ter_t_rock( "t_rock" );
Expand Down

0 comments on commit 8abc6f3

Please sign in to comment.