Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Nov 2, 2024
1 parent 5397065 commit b52bbb9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 253 deletions.
1 change: 0 additions & 1 deletion pkgdata/files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@
/nicedit/nicedit.min.js
/nicedit/nicEditorIcons.gif
/nicedit/readme.txt
/nmt
/notes
/notes/actions.html
/notes/assign-1.html
Expand Down
2 changes: 1 addition & 1 deletion read/load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <editor/usfm2html.h>
#include <config/globals.h>
#include <access/bible.h>
#include <read/logic.h>
#include <editone2/logic.h>
#include <edit/logic.h>
#include <database/config/bible.h>

Expand Down
206 changes: 0 additions & 206 deletions read/logic.cpp

This file was deleted.

34 changes: 0 additions & 34 deletions read/logic.h

This file was deleted.

14 changes: 3 additions & 11 deletions xcode.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,6 @@
CADE3CBC24F17470003165BB /* miniz */,
CADE3CF224F17470003165BB /* navigation */,
CADE3E7624F17472003165BB /* nicedit */,
CADE3CA024F1746F003165BB /* nmt */,
CADE3E8424F17472003165BB /* notes */,
CADE3D0F24F17470003165BB /* notifit */,
CADE3F2524F17473003165BB /* obfuscate */,
Expand Down Expand Up @@ -3446,13 +3445,6 @@
path = livetest;
sourceTree = "<group>";
};
CADE3CA024F1746F003165BB /* nmt */ = {
isa = PBXGroup;
children = (
);
path = nmt;
sourceTree = "<group>";
};
CADE3CAD24F1746F003165BB /* man */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -4924,14 +4916,14 @@
CAECA4F825EED7B500650B41 /* read */ = {
isa = PBXGroup;
children = (
CAECA50525EED7B500650B41 /* index.cpp */,
CAECA4F925EED7B500650B41 /* index.h */,
CAECA50525EED7B500650B41 /* index.cpp */,
CAECA4FA25EED7B500650B41 /* index.html */,
CAECA4FF25EED7B500650B41 /* index.js */,
CAECA50225EED7B500650B41 /* load.cpp */,
CAECA4FD25EED7B500650B41 /* load.h */,
CAECA50425EED7B500650B41 /* verse.cpp */,
CAECA50225EED7B500650B41 /* load.cpp */,
CAECA50325EED7B500650B41 /* verse.h */,
CAECA50425EED7B500650B41 /* verse.cpp */,
);
path = read;
sourceTree = "<group>";
Expand Down

0 comments on commit b52bbb9

Please sign in to comment.