Skip to content

Commit

Permalink
Fix broken see also link
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 3, 2020
1 parent ba23f58 commit 2455170
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions python/3d/auto_generated/qgsphongmaterialsettings.sip.in
Expand Up @@ -79,8 +79,6 @@ Returns whether the diffuse texture is used.
Diffuse textures will only be used at render time if :py:func:`~QgsPhongMaterialSettings.diffuseTextureEnabled` is ``True``
and a :py:func:`~QgsPhongMaterialSettings.texturePath` is non-empty.

.. seealso:: :py:func:`shouldUseDiffuseTexture`

.. seealso:: :py:func:`setDiffuseTextureEnabled`

.. seealso:: :py:func:`texturePath`
Expand Down
1 change: 0 additions & 1 deletion src/3d/qgsphongmaterialsettings.h
Expand Up @@ -73,7 +73,6 @@ class _3D_EXPORT QgsPhongMaterialSettings : public QgsAbstractMaterialSettings
* \note Diffuse textures will only be used at render time if diffuseTextureEnabled() is TRUE
* and a texturePath() is non-empty.
*
* \see shouldUseDiffuseTexture()
* \see setDiffuseTextureEnabled()
* \see texturePath()
*/
Expand Down

0 comments on commit 2455170

Please sign in to comment.