summaryrefslogtreecommitdiff
path: root/ldmicro/simpledialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldmicro/simpledialog.cpp')
-rw-r--r--ldmicro/simpledialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ldmicro/simpledialog.cpp b/ldmicro/simpledialog.cpp
index 6256ef8..c9a9e77 100644
--- a/ldmicro/simpledialog.cpp
+++ b/ldmicro/simpledialog.cpp
@@ -145,8 +145,6 @@ BOOL ShowSimpleDialog(char *title, int boxes, char **labels, DWORD numOnlyMask,
new QRegExpValidator(QRegExp("-?[0-9]+[.]?[0-9]+")));
}
if(alnumOnlyMask & (1 << i)) {
- /*PrevAlnumOnlyProc[i] = SetWindowLongPtr(Textboxes[i], GWLP_WNDPROC,
- (LONG_PTR)MyAlnumOnlyProc);*/
Textboxes[i]->setValidator(
new QRegExpValidator(
QRegExp("[a-zA-Z0-9_'-]+")));