Skip to content

Commit

Permalink
removed old unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jul 29, 2011
1 parent ccea540 commit 5345f52
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/plugins/GdalTools/tools/widgetBatchBase.py
Expand Up @@ -55,12 +55,6 @@ def batchRun(self):

inDir = self.getInputFileName()

filter = Utils.getRasterExtensions()
workDir = QDir( inDir )
workDir.setFilter( QDir.Files | QDir.NoSymLinks | QDir.NoDotAndDotDot )
workDir.setNameFilters( filter )
workFiles = workDir.entryList()

self.inFiles = Utils.getRasterFiles( inDir, self.isRecursiveScanEnabled() )
self.outFiles = []

Expand Down

0 comments on commit 5345f52

Please sign in to comment.