From 770db134b5a4dcbc6793c214db3b048aafa6c066 Mon Sep 17 00:00:00 2001 From: Jacky Romano Date: Wed, 16 Mar 2011 14:31:38 +0200 Subject: Removing emulator/opengl from the sdk.git This project code is moving to live under development.git/tools/emulator Change-Id: I3f7673bc17681a0ffa14bb0b4d0880977b77f24d --- emulator/opengl/host/tools/emugen/errors.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 emulator/opengl/host/tools/emugen/errors.h (limited to 'emulator/opengl/host/tools/emugen/errors.h') diff --git a/emulator/opengl/host/tools/emugen/errors.h b/emulator/opengl/host/tools/emugen/errors.h deleted file mode 100644 index d09c29291..000000000 --- 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 -- cgit v1.2.3