From d4b6927179e3a6ac5d4d3efa4b0bb8b785dd1822 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 May 2012 14:43:18 +0000 Subject: remove NULL check in TREESTORE macro, the return NULL value wasny checked for by any callers (ie - it would crash later if the arg was NULL anyway) also comment on the speed of check_persistent() --- source/blenderplayer/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blenderplayer') diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt index 7edf5314821..cfccd92ef86 100644 --- a/source/blenderplayer/CMakeLists.txt +++ b/source/blenderplayer/CMakeLists.txt @@ -1,4 +1,3 @@ -# -*- mode: cmake; indent-tabs-mode: t; -*- # ***** BEGIN GPL LICENSE BLOCK ***** # # This program is free software; you can redistribute it and/or -- cgit v1.2.3