From 663f3e48e354bd0fce64a2111be0139a6a335839 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 5 Jan 2012 22:59:13 +0000 Subject: [PATCH] MapBoundary no longer exists --- app/controllers/note_controller.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/controllers/note_controller.rb b/app/controllers/note_controller.rb index 1ee529c79..fe83f7d03 100644 --- a/app/controllers/note_controller.rb +++ b/app/controllers/note_controller.rb @@ -9,9 +9,6 @@ class NoteController < ApplicationController after_filter :compress_output around_filter :api_call_handle_error, :api_call_timeout - # Help methods for checking boundary sanity and area size - include MapBoundary - ## # Return a list of notes in a given area def list -- 2.45.1