From a920f269201b8796310596188d5f3fdd3bbb9745 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 9 Oct 2025 09:40:57 +1100 Subject: [PATCH] Cleanup: remove unused doc-strings --- .../blender/python/bmesh/bmesh_py_types_meshdata.cc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/source/blender/python/bmesh/bmesh_py_types_meshdata.cc b/source/blender/python/bmesh/bmesh_py_types_meshdata.cc index d3601c313f6..deda1541caf 100644 --- a/source/blender/python/bmesh/bmesh_py_types_meshdata.cc +++ b/source/blender/python/bmesh/bmesh_py_types_meshdata.cc @@ -84,18 +84,6 @@ PyDoc_STRVAR( "UV pin state.\n" "\n" ":type: bool\n"); -PyDoc_STRVAR( - /* Wrap. */ - bpy_bmloopuv_select_doc, - "UV select state.\n" - "\n" - ":type: bool\n"); -PyDoc_STRVAR( - /* Wrap. */ - bpy_bmloopuv_select_edge_doc, - "UV edge select state.\n" - "\n" - ":type: bool\n"); static PyObject *bpy_bmloopuv_pin_uv_get(BPy_BMLoopUV *self, void * /*closure*/) {