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>2018-11-20 00:53:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-20 00:53:00 +0300
commitf0b5a9da017a00c094cb7ab8bd0aa289c921a117 (patch)
tree8e8906352a5ec6da55073a75de067448158c08c1 /source/blender/python/gpu
parent8617594515e685303da51282ae50ccf0ebd030ef (diff)
Cleanup: style, unused
Diffstat (limited to 'source/blender/python/gpu')
-rw-r--r--source/blender/python/gpu/gpu_py_offscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/gpu/gpu_py_offscreen.c b/source/blender/python/gpu/gpu_py_offscreen.c
index 5fff75dec6b..c51a356d900 100644
--- a/source/blender/python/gpu/gpu_py_offscreen.c
+++ b/source/blender/python/gpu/gpu_py_offscreen.c
@@ -289,7 +289,7 @@ static PyObject *bpygpu_offscreen_free(BPyGPUOffScreen *self)
Py_RETURN_NONE;
}
-static PyObject *bpygpu_offscreen_bind_context_enter(BPyGPUOffScreen *self)
+static PyObject *bpygpu_offscreen_bind_context_enter(BPyGPUOffScreen *UNUSED(self))
{
Py_RETURN_NONE;
}