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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-01 23:36:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-01 23:37:11 +0400
commitd303556afb7073d11794ecb2d8ceeea24918a91d (patch)
tree46a452b2b7fc3d84970f4c5e9f1368c8aa171a22 /source/blender/editors/space_text/text_header.c
parent3db5430b921b243ba298d0ea7a4df9b355fb15b8 (diff)
Code cleanup: remove file handling headers where they arent needed
Diffstat (limited to 'source/blender/editors/space_text/text_header.c')
-rw-r--r--source/blender/editors/space_text/text_header.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/blender/editors/space_text/text_header.c b/source/blender/editors/space_text/text_header.c
index aaeea40c1a5..b1d57f5a75e 100644
--- a/source/blender/editors/space_text/text_header.c
+++ b/source/blender/editors/space_text/text_header.c
@@ -28,14 +28,6 @@
* \ingroup sptext
*/
-
-
-/* file time checking */
-
-#ifndef _WIN32
-#else
-#endif
-
#include "DNA_windowmanager_types.h"
#include "MEM_guardedalloc.h"
@@ -51,10 +43,6 @@
#include "WM_types.h"
-#ifdef WITH_PYTHON
-// XXX #include "BPY_menus.h"
-#endif
-
#include "text_intern.h"
/* ************************ header area region *********************** */