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:
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 41ee557c9c2..5f80f14d069 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -75,7 +75,6 @@
#include "BIF_imasel.h"
#include "BIF_editparticle.h"
#include "BIF_interface.h"
-#include "BIF_keyframing.h"
#include "BIF_poseobject.h"
#include "BIF_previewrender.h"
#include "BIF_renderwin.h"
@@ -105,8 +104,6 @@
#include "IMB_imbuf.h"
#include "IMB_imbuf_types.h"
-#include "GPU_draw.h"
-
#include "mydevice.h"
#include "transform.h"
@@ -793,10 +790,6 @@ int blenderqread(unsigned short event, short val)
ob= OBACT;
if(G.f & G_SCULPTMODE) return 1;
- else if(G.qual==(LR_CTRLKEY|LR_ALTKEY)) {
- common_deletekey();
- return 0;
- }
else if(G.qual==0) {
common_insertkey();
return 0;
@@ -971,7 +964,7 @@ int blenderqread(unsigned short event, short val)
/* Reset lights
* This isn't done when reading userdef, do it now
* */
- GPU_default_lights();
+ default_gl_light();
}
return 0;
}