From 4c843d729990e764f41a702fb1a5f27e4038f303 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 20 Jun 2015 13:49:41 +0300 Subject: Removed unused method. Closes #173. --- build.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.py b/build.py index ef5270e..8488a8e 100644 --- a/build.py +++ b/build.py @@ -832,9 +832,6 @@ class ConfigureFile(): def get_configuration_data(self): return self.configuration_data - def get_sources(self): - return self.sources - def get_subdir(self): return self.subdir -- cgit v1.1