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:
authorTon Roosendaal <ton@blender.org>2009-01-06 21:14:37 +0300
committerTon Roosendaal <ton@blender.org>2009-01-06 21:14:37 +0300
commit1c933cdb782e3c81f9215bf2ed17cfa4e8a43b6a (patch)
tree5e841de25ffa4024d7a1728daaa0cb37ca1c6b56 /source/blender/editors/screen/screen_intern.h
parente99d12508e0726aa2ca3fc7f17b08b3716ebf28b (diff)
2.5
Cleaned area prevspace, and made exported API for it. Also added operator-free on 'cancel' in filewindow.
Diffstat (limited to 'source/blender/editors/screen/screen_intern.h')
-rw-r--r--source/blender/editors/screen/screen_intern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/screen/screen_intern.h b/source/blender/editors/screen/screen_intern.h
index 37932ee87a3..fea46175f8d 100644
--- a/source/blender/editors/screen/screen_intern.h
+++ b/source/blender/editors/screen/screen_intern.h
@@ -34,8 +34,6 @@ struct Scene;
/* area.c */
void area_copy_data (ScrArea *sa1, ScrArea *sa2, int swap_space);
-void area_newspace(bContext *C, ScrArea *sa, int type);
-void area_prevspace(bContext *C);
/* screen_edit.c */
bScreen *screen_add(struct wmWindow *win, struct Scene *scene, char *name);