summaryrefslogtreecommitdiff
path: root/packages/Shell/src
diff options
context:
space:
mode:
author Felipe Leme <felipeal@google.com> 2016-08-03 09:59:52 -0700
committer Felipe Leme <felipeal@google.com> 2016-08-03 10:03:30 -0700
commitcec3844b6dd30181f9c9eebbd6cb02d57ff6b1e5 (patch)
tree34959c449ee208b8414c9a4e575666a709c95d4a /packages/Shell/src
parentb4027a01e3b5bfbee42153cb86624c9dd2a5d3d8 (diff)
Removed unused imports and fixed copyright notice.
BUG: 30429392 Change-Id: I3c849e507437ef733b04954af68bd47d00dc5165
Diffstat (limited to 'packages/Shell/src')
-rw-r--r--packages/Shell/src/com/android/shell/Screenshooter.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/Shell/src/com/android/shell/Screenshooter.java b/packages/Shell/src/com/android/shell/Screenshooter.java
index 3f4895b76901..92c5fcc3139f 100644
--- a/packages/Shell/src/com/android/shell/Screenshooter.java
+++ b/packages/Shell/src/com/android/shell/Screenshooter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015 The Android Open Source Project
+ * Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@ import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Point;
import android.hardware.display.DisplayManagerGlobal;
-import android.os.Binder;
-import android.os.RemoteException;
import android.util.Log;
import android.view.Display;
import android.view.Surface;