From be97751cf861bc325250c35b908bfc6b53c90251 Mon Sep 17 00:00:00 2001 From: rWatcher Date: Thu, 18 Mar 2010 08:24:28 +0800 Subject: [PATCH] Code cleanup. --- modules/exif_gps/helpers/exif_gps_block.php | 1 - modules/exif_gps/models/exif_coordinate.php | 2 +- modules/exif_gps/views/exif_gps_map.html.php | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/exif_gps/helpers/exif_gps_block.php b/modules/exif_gps/helpers/exif_gps_block.php index 066b1f07..9498adcb 100644 --- a/modules/exif_gps/helpers/exif_gps_block.php +++ b/modules/exif_gps/helpers/exif_gps_block.php @@ -69,7 +69,6 @@ class exif_gps_block_Core { break; case "exif_gps_location": - // Look for coordinates to display. $latitude = ""; $longitude = ""; diff --git a/modules/exif_gps/models/exif_coordinate.php b/modules/exif_gps/models/exif_coordinate.php index 8e898f45..481da1cd 100644 --- a/modules/exif_gps/models/exif_coordinate.php +++ b/modules/exif_gps/models/exif_coordinate.php @@ -18,4 +18,4 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class EXIF_Coordinate_Model extends ORM { -} \ No newline at end of file +} diff --git a/modules/exif_gps/views/exif_gps_map.html.php b/modules/exif_gps/views/exif_gps_map.html.php index e183fb76..83e174d4 100644 --- a/modules/exif_gps/views/exif_gps_map.html.php +++ b/modules/exif_gps/views/exif_gps_map.html.php @@ -74,4 +74,4 @@
-dynamic_bottom() ?> \ No newline at end of file +dynamic_bottom() ?>