From bbeb779cf1fc1ffe36882ef11d3fc429a49bb54c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 31 Oct 2007 17:50:41 +0000 Subject: [PATCH] Removed disused dummy routine. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@569 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- map65.py | 2 +- map65a0.f90 | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 map65a0.f90 diff --git a/map65.py b/map65.py index 6cf8d1c52..a7f3f0e48 100644 --- a/map65.py +++ b/map65.py @@ -1,4 +1,4 @@ -#---------------------------------------------------------------------- MAP65 +#----------------------------------------------------------------------- MAP65 # $Date$ $Revision$ # from Tkinter import * diff --git a/map65a0.f90 b/map65a0.f90 deleted file mode 100644 index 8eee53ab8..000000000 --- a/map65a0.f90 +++ /dev/null @@ -1,5 +0,0 @@ -subroutine map65a0 - include 'gcom2.f90' - call map65a - return -end subroutine map65a0