From c775f4a2b2ade7767d0028ec69f847006805c6b7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 14 Feb 2024 19:55:20 +0100 Subject: now switch to using stringview in the editors --- editor/wall-editor.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor/wall-editor.cpp') diff --git a/editor/wall-editor.cpp b/editor/wall-editor.cpp index 73a5487a..58054b15 100644 --- a/editor/wall-editor.cpp +++ b/editor/wall-editor.cpp @@ -54,8 +54,6 @@ void wall_editor::load_atlases() { if (wa.name != loader.INVALID) [[likely]] (void)loader.wall_atlas(wa.name); - else - loader.invalid_wall_atlas(); fm_assert(wa.atlas); _atlases[wa.name] = wa; } -- cgit v1.2.3