diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-15 15:50:07 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-08-15 15:56:33 +0800 |
commit | 827192aefc4c75151dd389e1a1a5ebc8313d0164 (patch) | |
tree | ebeeca1afbbaff18479e1783f84be25e951a824a /src/com/android/camera/ui/GLOutOfMemoryException.java | |
parent | ef91f8514bf3c21091dde6b292f9616464dc32e8 (diff) | |
download | LegacyCamera-827192aefc4c75151dd389e1a1a5ebc8313d0164.zip LegacyCamera-827192aefc4c75151dd389e1a1a5ebc8313d0164.tar.gz LegacyCamera-827192aefc4c75151dd389e1a1a5ebc8313d0164.tar.bz2 |
Remove unused files.
Change-Id: I8f7c34ddb1ffa1455131c51ff7d6522f3d94e402
Diffstat (limited to 'src/com/android/camera/ui/GLOutOfMemoryException.java')
-rw-r--r-- | src/com/android/camera/ui/GLOutOfMemoryException.java | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/com/android/camera/ui/GLOutOfMemoryException.java b/src/com/android/camera/ui/GLOutOfMemoryException.java deleted file mode 100644 index 10ea4e1..0000000 --- a/src/com/android/camera/ui/GLOutOfMemoryException.java +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2010 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. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.android.camera.ui; - -public class GLOutOfMemoryException extends Exception { -} |