Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-08-16 15:40:23 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-08-16 15:40:23 +0300
commita74dab86ee3bad8cefff8d0fa3b7ab54c8e2158f (patch)
tree65c064f2a5f7c50bc57f4f7f1058a64b393d9784 /source/blender/blenlib/BLI_system.h
parentb7d656c3b24cee4400d8bd4d5e5184e7657227ef (diff)
Fix redundant declarations after recent changes in GPU debug
Diffstat (limited to 'source/blender/blenlib/BLI_system.h')
-rw-r--r--source/blender/blenlib/BLI_system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenlib/BLI_system.h b/source/blender/blenlib/BLI_system.h
index 92403eb7dea..938a12dcdcf 100644
--- a/source/blender/blenlib/BLI_system.h
+++ b/source/blender/blenlib/BLI_system.h
@@ -27,11 +27,6 @@
int BLI_cpu_support_sse2(void);
-#if defined(NDEBUG) || !defined(__BLI_UTILDEFINES_H__)
-#include <stdio.h>
-void BLI_system_backtrace(FILE *fp);
-#endif
-
/* getpid */
#ifdef WIN32
# define BLI_SYSTEM_PID_H <process.h>