Skip to content

Commit 612d089

Browse files
committed
remove redundant declaration
1 parent b52e99f commit 612d089

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mapbuffer.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040

4141
#define dbg(x) DebugLog((x),D_MAP) << __FILE__ << ":" << __LINE__ << ": "
4242

43-
// NOLINTNEXTLINE(cata-static-declarations)
44-
extern const int savegame_version;
45-
4643
static std::string quad_file_name( const tripoint_abs_omt &om_addr )
4744
{
4845
return string_format( "%d.%d.%d.map", om_addr.x(), om_addr.y(), om_addr.z() );

0 commit comments

Comments
 (0)