Skip to content

Commit

Permalink
Remove a stray comment in item.h
Browse files Browse the repository at this point in the history
This close-brace no longer has a matching opening brace.  I guess it was
lost in the nested containers implementation.  Delete the dangling
brace.
  • Loading branch information
jbytheway committed May 8, 2020
1 parent 11438ce commit 0798d92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/item.h
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,6 @@ class item : public visitable<item>
*/
item in_its_container() const;
item in_container( const itype_id &container_type ) const;
/*@}*/

bool item_has_uses_recursive() const;

Expand Down

0 comments on commit 0798d92

Please sign in to comment.