From b2e95c3d84f5536fde70b9f53b9aaac85422f996 Mon Sep 17 00:00:00 2001
From: Anne Philipp <anne.philipp@univie.ac.at>
Date: Thu, 29 Nov 2018 21:03:13 +0100
Subject: [PATCH] removed unused method

---
 source/python/mods/tools.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/source/python/mods/tools.py b/source/python/mods/tools.py
index 18b60aa..a64ddde 100644
--- a/source/python/mods/tools.py
+++ b/source/python/mods/tools.py
@@ -99,12 +99,6 @@ def none_or_int(value):
         return None
     return int(value)
 
-def check_filepattern(filename):
-    '''
-    '''
-    if '.ksh' in filename:
-        return True
-    return False
 
 def get_cmdline_arguments():
     '''Decomposes the command line arguments and assigns them to variables.
-- 
GitLab