From 186cf5f621c7e682cad7ab5d751f818b4e0652e7 Mon Sep 17 00:00:00 2001 From: Joseph Davies Date: Thu, 16 Jun 2011 23:31:20 -0700 Subject: [PATCH] Cleanup of additional unnecessary resources and dependencies. --- Sources/Plasma/Apps/plClient/CMakeLists.txt | 44 ------------------- .../PubUtilLib/plInputCore/plInputDevice.h | 1 - .../plProgressMgr/plProgressMgr.cpp | 1 - 3 files changed, 46 deletions(-) diff --git a/Sources/Plasma/Apps/plClient/CMakeLists.txt b/Sources/Plasma/Apps/plClient/CMakeLists.txt index ca500991..521994e3 100644 --- a/Sources/Plasma/Apps/plClient/CMakeLists.txt +++ b/Sources/Plasma/Apps/plClient/CMakeLists.txt @@ -42,53 +42,9 @@ set(plClient_RESOURCES res/resource.h res/banner.bmp - res/bitmap1.bmp - res/bitmap2.bmp - res/bitmap3.bmp - res/bmp00001.bmp - res/bmp00002.bmp - res/bmp00003.bmp - res/bmp00004.bmp - res/bmp00005.bmp - res/book.bmp - res/book_cli.bmp - res/book_hig.bmp res/cnsl1.bin - res/cursor_clicked.bmp - res/cursor_disabled.bmp - res/cursor_down.bmp - res/cursor_grab.bmp - res/cursor_left.bmp - res/cursor_open.bmp - res/cursor_poised.bmp - res/cursor_right.bmp - res/cursor_u.bmp - res/cursor_up.bmp - res/cursor_upward.bmp res/Dirt.ICO res/headspin.ico - res/Microphone.bmp - res/Speaker.bmp - res/xLoading_Linking.01.jpg - res/xLoading_Linking.02.jpg - res/xLoading_Linking.03.jpg - res/xLoading_Linking.04.jpg - res/xLoading_Linking.05.jpg - res/xLoading_Linking.06.jpg - res/xLoading_Linking.07.jpg - res/xLoading_Linking.08.jpg - res/xLoading_Linking.09.jpg - res/xLoading_Linking.10.jpg - res/xLoading_Linking.11.jpg - res/xLoading_Linking.12.jpg - res/xLoading_Linking.13.jpg - res/xLoading_Linking.14.jpg - res/xLoading_Linking.15.jpg - res/xLoading_Linking.16.jpg - res/xLoading_Linking.17.jpg - res/xLoading_Linking.18.jpg - res/xLoading_Linking_Text.jpg - res/xLoading_Updating_Text.jpg ) add_executable(plClient WIN32 ${plClient_SOURCES} ${plClient_HEADERS} diff --git a/Sources/Plasma/PubUtilLib/plInputCore/plInputDevice.h b/Sources/Plasma/PubUtilLib/plInputCore/plInputDevice.h index 2197cf8a..d9c10021 100644 --- a/Sources/Plasma/PubUtilLib/plInputCore/plInputDevice.h +++ b/Sources/Plasma/PubUtilLib/plInputCore/plInputDevice.h @@ -34,7 +34,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pnInputCore/plOSMsg.h" #include "hsBitVector.h" #include "hsTemplates.h" -#include "../../Apps/plClient/res/resource.h" class plMessage; enum plKeyDef; struct plMouseInfo; diff --git a/Sources/Plasma/PubUtilLib/plProgressMgr/plProgressMgr.cpp b/Sources/Plasma/PubUtilLib/plProgressMgr/plProgressMgr.cpp index 9fa6de0a..7ba9f65d 100644 --- a/Sources/Plasma/PubUtilLib/plProgressMgr/plProgressMgr.cpp +++ b/Sources/Plasma/PubUtilLib/plProgressMgr/plProgressMgr.cpp @@ -39,7 +39,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsTimer.h" #include "../plPipeline/plPlates.h" -#include "../Apps/plClient/res/resource.h" #include