From edf8db0466e04e62e6ed7a728cd912db22b6cd50 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Tue, 24 Jan 2023 04:53:59 +0100 Subject: [PATCH] cmake: removed unused code --- CMakeLists.txt | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f544d396..ef4efa31c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2508,19 +2508,6 @@ elseif(VITA) SceProcessmgr_stub m ) - if(HAVE_VITA_PIB) - list(PREPEND SDL_EXTRA_LIBS - pib - libScePiglet_stub - SceShaccCg_stub - taihen_stub - ) - endif() - if(HAVE_VITA_PVR) - list(PREPEND SDL_EXTRA_LIBS - SceIme_stub - ) - endif() endif() set(HAVE_ARMSIMD TRUE)