Skip to content

Commit

Permalink
refactor (src/frameworks): Delete UBCryptoUtils.{cpp,h}
Browse files Browse the repository at this point in the history
They provide no public functions and as such can be safely removed.
Also remove them from the build system (qmake and cmake).
  • Loading branch information
Vekhir committed Feb 19, 2025
1 parent 36e67f0 commit fe6c157
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 154 deletions.
2 changes: 0 additions & 2 deletions src/frameworks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ target_sources(openboard PRIVATE
UBBase32.h
UBCoreGraphicsScene.cpp
UBCoreGraphicsScene.h
UBCryptoUtils.cpp
UBCryptoUtils.h
UBFileSystemUtils.cpp
UBFileSystemUtils.h
UBGeometryUtils.cpp
Expand Down
84 changes: 0 additions & 84 deletions src/frameworks/UBCryptoUtils.cpp

This file was deleted.

66 changes: 0 additions & 66 deletions src/frameworks/UBCryptoUtils.h

This file was deleted.

2 changes: 0 additions & 2 deletions src/frameworks/frameworks.pri
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ HEADERS += src/frameworks/UBGeometryUtils.h \
src/frameworks/UBStringUtils.h \
src/frameworks/UBVersion.h \
src/frameworks/UBCoreGraphicsScene.h \
src/frameworks/UBCryptoUtils.h \
src/frameworks/UBBackgroundLoader.h \
src/frameworks/UBBase32.h

Expand All @@ -15,7 +14,6 @@ SOURCES += src/frameworks/UBGeometryUtils.cpp \
src/frameworks/UBStringUtils.cpp \
src/frameworks/UBVersion.cpp \
src/frameworks/UBCoreGraphicsScene.cpp \
src/frameworks/UBCryptoUtils.cpp \
src/frameworks/UBBackgroundLoader.cpp \
src/frameworks/UBBase32.cpp

Expand Down

0 comments on commit fe6c157

Please sign in to comment.