summaryrefslogtreecommitdiffstats
path: root/src/__TODO/IndentHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/__TODO/IndentHandler.cpp')
-rw-r--r--src/__TODO/IndentHandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/__TODO/IndentHandler.cpp b/src/__TODO/IndentHandler.cpp
index 7175221..83c79ed 100644
--- a/src/__TODO/IndentHandler.cpp
+++ b/src/__TODO/IndentHandler.cpp
@@ -1824,8 +1824,6 @@ void IndentHandler::saveasIndentCfgFileDialog()
{
TQString fileExtensions = tr("All files") + " (*.*)";
- //TQString openedSourceFileContent = openFileDialog( tr("Choose source code file"), "./",
- // fileExtensions );
TQString fileName = TQFileDialog::getSaveFileName(this, tr(
"Save indent config file"), getIndenterCfgFile(), fileExtensions);