Drop another unused function

This commit is contained in:
Sandro Santilli 2013-05-27 09:24:11 +02:00
parent ab8494ab12
commit 75717bfb8e

View File

@ -429,11 +429,6 @@ ExportRequest.prototype.sendFile = function (err, filename, callback) {
this.cb();
}
function toKML(dbname, user_id, gcol, sql, skipfields, res, callback) {
toOGR_SingleFile(dbname, user_id, gcol, sql, skipfields, 'KML', 'kml', res, callback);
}
function getContentDisposition(format, filename, inline) {
var ext = 'json';
if (format === 'geojson'){