summaryrefslogtreecommitdiff
path: root/modules/AutomakeProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-06-22 17:45:04 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-06-22 17:45:04 +0000
commit10ae3d73e4ad952b78756cd3906d676b2cd7dd6c (patch)
treed1d3cc48b3601df0d4fe0e79eca251243b2eb4ab /modules/AutomakeProjectCreator.pm
parentf9773b93cae2678a8a833c9fd6545a5297f1dfbe (diff)
downloadMPC-10ae3d73e4ad952b78756cd3906d676b2cd7dd6c.tar.gz
ChangeLogTag: Wed Jun 22 12:43:34 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/AutomakeProjectCreator.pm')
-rw-r--r--modules/AutomakeProjectCreator.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/AutomakeProjectCreator.pm b/modules/AutomakeProjectCreator.pm
index 29036d3c..f2b89f09 100644
--- a/modules/AutomakeProjectCreator.pm
+++ b/modules/AutomakeProjectCreator.pm
@@ -83,10 +83,4 @@ sub get_dll_template_input_file {
}
-sub get_template {
- #my($self) = shift;
- return 'automake';
-}
-
-
1;