From 889321e22b70006a550c923c0ace18e75732e106 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 19 Jan 2018 21:39:18 +1100 Subject: Cleanup: reaname LINKLIST_FOREACH -> LISTBASE LinkList's are a different API, no need to confuse things. --- source/blender/blenlib/BLI_linklist.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/blenlib/BLI_linklist.h') diff --git a/source/blender/blenlib/BLI_linklist.h b/source/blender/blenlib/BLI_linklist.h index 367f1bb9de5..7eec54e67e1 100644 --- a/source/blender/blenlib/BLI_linklist.h +++ b/source/blender/blenlib/BLI_linklist.h @@ -30,9 +30,6 @@ /** \file BLI_linklist.h * \ingroup bli - * \brief Routines for working with singly linked lists - * of 'links' - pointers to other data. - * */ #include "BLI_compiler_attrs.h" -- cgit v1.2.3