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:
authorJens Verwiebe <info@jensverwiebe.de>2014-10-04 12:47:53 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-10-04 12:48:07 +0400
commit9d8c1658a131405980a5dfc3b79d4ebc6ac0ab05 (patch)
tree0305d8fdc265b04709a9f7ec154f1a2355a0a087 /source/blender/editors/space_file/fsmenu.h
parent6359c36ba4070ca041f9a22e52d0e1c11e2a61d1 (diff)
OSX: simplyfy last commit for fs_menu system_bookmarks
Diffstat (limited to 'source/blender/editors/space_file/fsmenu.h')
-rw-r--r--source/blender/editors/space_file/fsmenu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/space_file/fsmenu.h b/source/blender/editors/space_file/fsmenu.h
index ce494554970..01bd4e95afa 100644
--- a/source/blender/editors/space_file/fsmenu.h
+++ b/source/blender/editors/space_file/fsmenu.h
@@ -47,8 +47,7 @@ typedef enum FSMenuCategory {
typedef enum FSMenuInsert {
FS_INSERT_SORTED = (1 << 0),
FS_INSERT_SAVE = (1 << 1),
- FS_INSERT_FIRST = (1 << 2), /* moves the item to the front of the list when its not already there */
- FS_INSERT_LAST = (1 << 3) /* moves the item to the end of the list when its not already there */
+ FS_INSERT_FIRST = (1 << 2) /* moves the item to the front of the list when its not already there */
} FSMenuInsert;
struct FSMenu;