Skip to content

Commit

Permalink
Remove no longer used pnUtList (LISTDECL, LIST, LINK)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgelessus committed Sep 17, 2023
1 parent caee7c6 commit 86576c5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 733 deletions.
2 changes: 0 additions & 2 deletions Sources/Plasma/NucleusLib/pnUtils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ set(pnUtils_HEADERS
pnUtCoreLib.h
pnUtAllIncludes.h
pnUtCrypt.h
pnUtList.h
pnUtStr.h
pnUtTime.h
)

set(pnUtils_SOURCES
pnUtCrypt.cpp
pnUtList.cpp
pnUtStr.cpp
pnUtTime.cpp
)
Expand Down
1 change: 0 additions & 1 deletion Sources/Plasma/NucleusLib/pnUtils/pnUtAllIncludes.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ You can contact Cyan Worlds, Inc. by email [email protected]


#include "pnUtCoreLib.h" // must be first in list
#include "pnUtList.h"
#include "pnUtTime.h"
#include "pnUtStr.h"
#include "pnUtCrypt.h"
Expand Down
129 changes: 0 additions & 129 deletions Sources/Plasma/NucleusLib/pnUtils/pnUtList.cpp

This file was deleted.

Loading

0 comments on commit 86576c5

Please sign in to comment.