Index: third_party/document_image_extractor/third_party/src/constants.js |
diff --git a/third_party/document_image_extractor/third_party/src/constants.js b/third_party/document_image_extractor/third_party/src/constants.js |
deleted file mode 100644 |
index 7f86d271fb4a30086505340b57695525ed119783..0000000000000000000000000000000000000000 |
--- a/third_party/document_image_extractor/third_party/src/constants.js |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-/** |
- * @fileoverview Collections constants. |
- * @author busaryev@google.com (Oleksiy Busaryev) |
- */ |
-goog.provide('gws.collections.common.Constants'); |
- |
-goog.scope(function() { |
- |
-var Constants = gws.collections.common.Constants; |
- |
-/** @type {number} The minimum width of extracted images. */ |
-Constants.EXTRACT_MIN_WIDTH = 100; |
- |
- |
-/** @type {number} The minimum height of extracted images. */ |
-Constants.EXTRACT_MIN_HEIGHT = 100; |
- |
-}); // goog.scope |