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
path: root/source
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2009-12-17 22:05:06 +0300
committerMartin Poirier <theeth@yahoo.com>2009-12-17 22:05:06 +0300
commit725319f771123b2eb698e2a25926b1e6129c4666 (patch)
tree3abb9b11c4ff15ff778d79728cf0b2dc9e7c667e /source
parent509c2e961438c7ac341f555e820314d40d9f2166 (diff)
Hotkey for outliner window was there twice
(testing conflict detection)
Diffstat (limited to 'source')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 99e34e129d0..fc5abec1561 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -2865,10 +2865,6 @@ void wm_window_keymap(wmKeyConfig *keyconf)
RNA_string_set(km->ptr, "path", "area.type");
RNA_string_set(km->ptr, "value", "OUTLINER");
- km = WM_keymap_add_item(keymap, "WM_OT_context_set_enum", F9KEY, KM_PRESS, KM_SHIFT, 0);
- RNA_string_set(km->ptr, "path", "area.type");
- RNA_string_set(km->ptr, "value", "OUTLINER");
-
km = WM_keymap_add_item(keymap, "WM_OT_context_set_enum", F10KEY, KM_PRESS, KM_SHIFT, 0);
RNA_string_set(km->ptr, "path", "area.type");
RNA_string_set(km->ptr, "value", "IMAGE_EDITOR");