aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/host/tools/emugen/errors.h
diff options
context:
space:
mode:
authorJacky Romano <jr@graphtech.co.il>2011-03-16 14:31:38 +0200
committerJacky Romano <jr@graphtech.co.il>2011-03-16 14:31:38 +0200
commit770db134b5a4dcbc6793c214db3b048aafa6c066 (patch)
treea370c6b7bd0811b2aae473cb07504707502aa408 /emulator/opengl/host/tools/emugen/errors.h
parentd5c2b8a71dd3c0d6128d74749b68eae439978241 (diff)
downloadsdk-770db134b5a4dcbc6793c214db3b048aafa6c066.zip
sdk-770db134b5a4dcbc6793c214db3b048aafa6c066.tar.gz
sdk-770db134b5a4dcbc6793c214db3b048aafa6c066.tar.bz2
Removing emulator/opengl from the sdk.git
This project code is moving to live under development.git/tools/emulator Change-Id: I3f7673bc17681a0ffa14bb0b4d0880977b77f24d
Diffstat (limited to 'emulator/opengl/host/tools/emugen/errors.h')
-rw-r--r--emulator/opengl/host/tools/emugen/errors.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/emulator/opengl/host/tools/emugen/errors.h b/emulator/opengl/host/tools/emugen/errors.h
deleted file mode 100644
index d09c292..0000000
--- a/emulator/opengl/host/tools/emugen/errors.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
-* Copyright (C) 2011 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.
-*/
-#ifndef _ERRORS_H_
-#define _ERRORS_H_
-
-#define BAD_USAGE -1
-#define BAD_SPEC_FILE -2
-#define BAD_TYPES_FILE -3
-#define BAD_ATTRIBUTES_FILE -4
-
-#endif