From bf13853fa317962de7505f5f3f43fab22100d502 Mon Sep 17 00:00:00 2001 From: Julien Michel Date: Wed, 6 Jul 2016 16:28:49 +0200 Subject: [PATCH] ENH: Remove code that only makes sense as part of a plugin (from PR review) --- autotest/gdrivers/pixfun.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/autotest/gdrivers/pixfun.py b/autotest/gdrivers/pixfun.py index b8402f4a9641..267c0dc60289 100644 --- a/autotest/gdrivers/pixfun.py +++ b/autotest/gdrivers/pixfun.py @@ -36,12 +36,6 @@ import gdaltest -# @TODO: remove in non-plugin configuration -#gdal.SetConfigOption('CPL_DEBUG', 'PIXFUN') -gdal.SetConfigOption('GDAL_DRIVER_PATH', '../..') -gdal.AllRegister() - - ############################################################################### # Verify real part extraction from a complex dataset.