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>2012-09-18 18:40:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-18 18:40:02 +0400
commit8e93f017ac0200688b237161b6e2aa0fc1efcf58 (patch)
tree6471481ba752d3dcb0ea13c289530ce2098c4874 /source/blender/editors/space_node/drawnode.c
parent6d76f140d08ebd2a990989768d1b34127b2a3b8a (diff)
do_version fix files with bad keyblock uid caused by byg [#31569]
Diffstat (limited to 'source/blender/editors/space_node/drawnode.c')
-rw-r--r--source/blender/editors/space_node/drawnode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_node/drawnode.c b/source/blender/editors/space_node/drawnode.c
index a81a501c9ae..0d0a34f72e1 100644
--- a/source/blender/editors/space_node/drawnode.c
+++ b/source/blender/editors/space_node/drawnode.c
@@ -69,9 +69,6 @@
#include "node_intern.h" /* own include */
-/* XXX interface.h */
-extern void ui_dropshadow(const rctf *rct, float radius, float aspect, float alpha, int select);
-
/* ****************** SOCKET BUTTON DRAW FUNCTIONS ***************** */
static void node_sync_cb(bContext *UNUSED(C), void *snode_v, void *node_v)