Skip to content

Commit

Permalink
Remove unnecessary, incorrect forward declaration (#36607)
Browse files Browse the repository at this point in the history
Found by clang-tidy in the Travis tests for #36604.
  • Loading branch information
jbytheway authored and kevingranade committed Jan 1, 2020
1 parent b1541cd commit 2169375
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/overmap_ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ namespace ui
namespace omap
{

struct path_type;

/**
* Display overmap centered at the player's position.
*/
Expand Down

0 comments on commit 2169375

Please sign in to comment.