diff options
Diffstat (limited to 'Private/Source/Property.cxx')
| -rw-r--r-- | Private/Source/Property.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Private/Source/Property.cxx b/Private/Source/Property.cxx deleted file mode 100644 index c3d4fe52..00000000 --- a/Private/Source/Property.cxx +++ /dev/null @@ -1,20 +0,0 @@ -/* ------------------------------------------- - - Copyright Mahrouss Logic - -------------------------------------------- */ - -#include <CFKit/Property.hpp> - -namespace NewOS -{ - bool Property::StringEquals(StringView& name) - { - return fName && this->fName == name; - } - - const PropertyId& Property::GetPropertyById() - { - return fAction; - } -} // namespace NewOS |
