summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/modules/ProjectCreator.pm
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/modules/ProjectCreator.pm')
-rw-r--r--bin/MakeProjectCreator/modules/ProjectCreator.pm8
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/MakeProjectCreator/modules/ProjectCreator.pm b/bin/MakeProjectCreator/modules/ProjectCreator.pm
index 5014561a242..6e1b66028fd 100644
--- a/bin/MakeProjectCreator/modules/ProjectCreator.pm
+++ b/bin/MakeProjectCreator/modules/ProjectCreator.pm
@@ -1138,7 +1138,7 @@ sub get_template_input {
return $self->{'dll_template_input'};
}
}
-
+
if ($self->{'writing_type'} == 1) {
return $self->{'lexe_template_input'};
}
@@ -1229,12 +1229,6 @@ sub convert_slashes {
}
-sub crlf {
- my($self) = shift;
- return "\n";
-}
-
-
sub fill_value {
my($self) = shift;
my($name) = shift;