From c8eb53859fb9b9f59d5ce8ef67f4011e95e34a9a Mon Sep 17 00:00:00 2001 From: Nicky Date: Sat, 16 Apr 2022 14:21:26 +0200 Subject: Remove unused code --- indra/cmake/ExamplePlugin.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/indra/cmake/ExamplePlugin.cmake b/indra/cmake/ExamplePlugin.cmake index c7ffaf024e..6234035474 100644 --- a/indra/cmake/ExamplePlugin.cmake +++ b/indra/cmake/ExamplePlugin.cmake @@ -4,8 +4,3 @@ include(Prebuilt) set(EXAMPLEPLUGIN ON CACHE BOOL "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.") - -if (WINDOWS) -elseif (DARWIN) -elseif (LINUX) -endif (WINDOWS) -- cgit v1.2.3