Index: blimp/common/proto/common.proto |
diff --git a/blimp/common/proto/common.proto b/blimp/common/proto/common.proto |
deleted file mode 100644 |
index 578c02b63b78d3b0e09bedfc4582d517d2c263cb..0000000000000000000000000000000000000000 |
--- a/blimp/common/proto/common.proto |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-// Copyright 2015 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
-// |
-// Common message types for sharing across Blimp subprotocols. |
- |
-syntax = "proto2"; |
- |
-option optimize_for = LITE_RUNTIME; |
- |
-package blimp; |
- |
-message CoordinatePair { |
- optional sint32 x = 1; |
- optional sint32 y = 2; |
-} |
- |