Remove unused method

This commit is contained in:
Tom Hughes 2015-03-01 16:17:08 +00:00
parent 38a74cf6a3
commit 66efc5f1ec

View file

@ -213,8 +213,4 @@ class SwfController < ApplicationController
def lat2y(a)
180 / Math::PI * Math.log(Math.tan(Math::PI / 4 + a * (Math::PI / 180) / 2))
end
def sqlescape(a)
a.gsub("'", "''").gsub(92.chr, 92.chr + 92.chr)
end
end