summaryrefslogtreecommitdiff
path: root/modules/VC7ProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-05-17 11:49:11 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-05-17 11:49:11 +0000
commitd353e0d7fa30b32eb9b3b6a1036270f0db3f309b (patch)
treeff54830f629dc9da0372f5ccfa8c6c0f763f83b3 /modules/VC7ProjectCreator.pm
parenta0be3a35d84099dff0a403c9efd565d8365e7119 (diff)
downloadMPC-d353e0d7fa30b32eb9b3b6a1036270f0db3f309b.tar.gz
ChangeLogTag: Tue May 17 06:48:59 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/VC7ProjectCreator.pm')
-rw-r--r--modules/VC7ProjectCreator.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/VC7ProjectCreator.pm b/modules/VC7ProjectCreator.pm
index baad1427..bdc90560 100644
--- a/modules/VC7ProjectCreator.pm
+++ b/modules/VC7ProjectCreator.pm
@@ -101,9 +101,6 @@ sub fill_value {
$self->{'current_input'},
$self->getcwd());
}
- elsif ($name eq 'vcprojecttype') {
- $value = 'Visual C++';
- }
else {
$value = $self->get_configurable($name);
}