From 7ebd1f4b7960100ff9f4a1bfcf3e798fbec9dfbd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 19 Jul 2022 13:32:23 +1000 Subject: Cleanup: quiet compiler warnings --- intern/opensubdiv/stub/opensubdiv_stub.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'intern') 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; -- cgit v1.2.3