forked from Offroaders123/Smart-Text-Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed some functions that weren't used in the codebase anywhere anymore, and I also moved some function defintions that were used in only a single place into the code where it is used itself. So, the code isn't any nicer there, but it's a little less convoluted by having things defined right next to where they are used now, since they are ones that were only used in one spot. They both have to do with internal logic for their single use cases too, so having them at the top level of the module didn't really make sense, now that I can scope things a bit better.
- Loading branch information
1 parent
8e7e3e5
commit 1a10eef
Showing
2 changed files
with
49 additions
and
106 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