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>2011-02-14 21:20:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-14 21:20:10 +0300
commitba0d167d2a56d4732e90023d51f82b20479fbe69 (patch)
tree060665c8f5a88b053c61aaaa21b2878ac241f3d9 /source/blender/windowmanager/wm_files.h
parent20553d4064e790f42fe707b8b6c5e6451e983eb7 (diff)
more vars made static
Diffstat (limited to 'source/blender/windowmanager/wm_files.h')
-rw-r--r--source/blender/windowmanager/wm_files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/wm_files.h b/source/blender/windowmanager/wm_files.h
index d80c8ab7f8d..6a07218bebd 100644
--- a/source/blender/windowmanager/wm_files.h
+++ b/source/blender/windowmanager/wm_files.h
@@ -28,7 +28,7 @@
#ifndef WM_FILES_H
#define WM_FILES_H
-extern void WM_read_history(void);
+void WM_read_history(void);
#endif /* WM_FILES_H */