Merge pull request #4511 from fredj/cleanup

Minor code cleanup
This commit is contained in:
Frédéric Junod
2015-12-02 16:05:42 +01:00
3 changed files with 0 additions and 3 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,3 @@
*.pyc
/build/
/node_modules/
/dist/

View File

@@ -1,2 +1 @@
*.pyc
/build/

View File

@@ -2,7 +2,6 @@ goog.provide('ol.format.IGC');
goog.provide('ol.format.IGCZ');
goog.require('goog.asserts');
goog.require('goog.string');
goog.require('goog.string.newlines');
goog.require('ol.Feature');
goog.require('ol.format.Feature');