-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libUPnP] Remove unused headers from Platinum/Source/Extras
No code from the Extras directory is compiled, so it is unlikely that any of the interfaces will be used. Remove the headers and remove Platinum/Source/Extras from the list of include directories. Signed-off-by: Olaf Hering <[email protected]>
- Loading branch information
1 parent
52e07cf
commit 4f8bc73
Showing
4 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
lib/libUPnP/patches/0048-libUPnP-Remove-unused-headers-from-Platinum-Source-E.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
From: Olaf Hering <[email protected]> | ||
Date: Thu, 28 Mar 2019 18:07:31 +0100 | ||
Subject: [libUPnP] Remove unused headers from Platinum/Source/Extras | ||
|
||
No code from the Extras directory is compiled, so it is unlikely that | ||
any of the interfaces will be used. Remove the headers and remove | ||
Platinum/Source/Extras from the list of include directories. | ||
|
||
Signed-off-by: Olaf Hering <[email protected]> | ||
--- | ||
lib/libUPnP/Platinum/Source/Platinum/Platinum.h | 7 ------- | ||
1 file changed, 7 deletions(-) | ||
|
||
diff --git a/lib/libUPnP/Platinum/Source/Platinum/Platinum.h b/lib/libUPnP/Platinum/Source/Platinum/Platinum.h | ||
index a7f47a6241..970cb8bd95 100644 | ||
--- a/lib/libUPnP/Platinum/Source/Platinum/Platinum.h | ||
+++ b/lib/libUPnP/Platinum/Source/Platinum/Platinum.h | ||
@@ -108,11 +108,4 @@ cross-platform logging system. | ||
#include "PltXbox360.h" | ||
#include "PltMediaConnect.h" | ||
|
||
-#include "PltDownloader.h" | ||
-#include "PltStreamPump.h" | ||
-#include "PltFrameBuffer.h" | ||
-#include "PltFrameServer.h" | ||
-#include "PltFrameStream.h" | ||
-#include "PltRingBufferStream.h" | ||
- | ||
#endif /* _PLATINUM_H_ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters