From aecb6d55e4591a985f559c12937f8c7c9e3f0863 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 16 Feb 2020 13:49:50 -0600 Subject: [PATCH] [nostalgia/core/studio] Add null check needed in the destruction phase --- src/nostalgia/core/studio/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/nostalgia/core/studio/CMakeLists.txt b/src/nostalgia/core/studio/CMakeLists.txt index 910525452..73378bf2c 100644 --- a/src/nostalgia/core/studio/CMakeLists.txt +++ b/src/nostalgia/core/studio/CMakeLists.txt @@ -28,10 +28,3 @@ install( LIBRARY DESTINATION ${NOSTALGIA_DIST_PLUGIN} ) - -install( - FILES - charset.png - DESTINATION - share/core -)