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 <campbell@blender.org>2022-07-19 06:32:23 +0300
committerCampbell Barton <campbell@blender.org>2022-07-19 06:32:53 +0300
commit7ebd1f4b7960100ff9f4a1bfcf3e798fbec9dfbd (patch)
treeae2fee92a44ffc5e84d40f9b5841fa5aa236c592 /intern/opensubdiv/stub/opensubdiv_stub.cc
parent37922eab90a9147cb0282cf648e4b6e1e5f05d66 (diff)
Cleanup: quiet compiler warnings
Diffstat (limited to 'intern/opensubdiv/stub/opensubdiv_stub.cc')
-rw-r--r--intern/opensubdiv/stub/opensubdiv_stub.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/intern/opensubdiv/stub/opensubdiv_stub.cc b/intern/opensubdiv/stub/opensubdiv_stub.cc
index 24bdcbc79ff..5eaa2df9a27 100644
--- a/intern/opensubdiv/stub/opensubdiv_stub.cc
+++ b/intern/opensubdiv/stub/opensubdiv_stub.cc
@@ -28,11 +28,6 @@ void openSubdiv_cleanup()
{
}
-int openSubdiv_getAvailableEvaluators()
-{
- return 0;
-}
-
int openSubdiv_getVersionHex()
{
return 0;