Skip to content

Commit

Permalink
Addons: Refactoring app
Browse files Browse the repository at this point in the history
  • Loading branch information
u-235 committed Dec 26, 2023
1 parent c9bf56e commit eab61e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/edytornc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1114,14 +1114,6 @@ void EdytorNc::doDiff()
}
}

void EdytorNc::doRemoveByRegExp()
{
if (activeMdiChild()) {
activeMdiChild()->doRemoveTextByRegExp(QStringList() <<
"('\\()[\\w,.;:/*+\\\\! $%^&-]{0,}(\\)\\n)");
}
}

void EdytorNc::doCalc()
{
if (!QFile::exists(defaultMdiWindowProperites.calcBinary)) {
Expand Down
1 change: 0 additions & 1 deletion src/include/edytornc.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ private slots:
void replaceAll();
void selAll();
void config();
void doRemoveByRegExp();
void readOnly();
void doCalc();
void loadFoundedFile(const QString &fileName);
Expand Down

0 comments on commit eab61e1

Please sign in to comment.