diff options
| author | Simon Shields <keepcalm444@gmail.com> | 2016-08-27 11:21:03 +1000 |
|---|---|---|
| committer | Simon Shields <keepcalm444@gmail.com> | 2016-10-04 19:28:14 +1100 |
| commit | 0abd98edbf999d902dd830b986e686267b036856 (patch) | |
| tree | 61078fdd693c80a212b32eb50c999d331e8d41bb | |
| parent | 25ad3d8b073c5cb98f34a19af058546b20db2e56 (diff) | |
i9300: remove unused CameraParametersExtra header
* leftover from blob camera
Change-Id: Ifa05a6e4c9820fcda3dec09111352904a4acf00c
| -rw-r--r-- | include/camera/CameraParametersExtra.h | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/include/camera/CameraParametersExtra.h b/include/camera/CameraParametersExtra.h deleted file mode 100644 index 3542b59..0000000 --- a/include/camera/CameraParametersExtra.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * Copyright (C) 2014 The CyanogenMod 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 ANDROID_CAMERA_PARAMETERS_EXTRA_H - #define ANDROID_CAMERA_PARAMETERS_EXTRA_H - -// parameters adopted from omnirom 4.4 -#define CAMERA_PARAMETERS_EXTRA_C \ -const char CameraParameters::KEY_SUPPORTED_ISO_MODES[] = "iso-values"; \ -const char CameraParameters::KEY_ISO_MODE[] = "iso"; \ -const char CameraParameters::KEY_ANTI_SHAKE_MODE[] = "anti-shake"; \ -const char CameraParameters::KEY_METERING[] = "metering"; \ -const char CameraParameters::KEY_WDR[] = "wdr"; \ -const char CameraParameters::KEY_WEATHER[] = "weather"; \ -const char CameraParameters::KEY_CITYID[] = "contextualtag-cityid"; \ -const char CameraParameters::EFFECT_CARTOONIZE[] = "cartoonize"; \ -const char CameraParameters::EFFECT_POINT_RED_YELLOW[] = "point-red-yellow"; \ -const char CameraParameters::EFFECT_POINT_GREEN[] = "point-green"; \ -const char CameraParameters::EFFECT_POINT_BLUE[] = "point-blue"; \ -const char CameraParameters::EFFECT_VINTAGE_COLD[] = "vintage-cold"; \ -const char CameraParameters::EFFECT_VINTAGE_WARM[] = "vintage-warm"; \ -const char CameraParameters::EFFECT_WASHED[] = "washed"; \ -int CameraParameters::getInt64(const char *key) const { return -1; }; - -#define CAMERA_PARAMETERS_EXTRA_H \ - int getInt64(const char *key) const; \ - static const char KEY_SUPPORTED_ISO_MODES[]; \ - static const char KEY_ISO_MODE[]; \ - static const char KEY_ANTI_SHAKE_MODE[]; \ - static const char KEY_METERING[]; \ - static const char KEY_WDR[]; \ - static const char KEY_WEATHER[]; \ - static const char KEY_CITYID[]; \ - static const char EFFECT_CARTOONIZE[]; \ - static const char EFFECT_POINT_RED_YELLOW[]; \ - static const char EFFECT_POINT_GREEN[]; \ - static const char EFFECT_POINT_BLUE[]; \ - static const char EFFECT_VINTAGE_COLD[]; \ - static const char EFFECT_VINTAGE_WARM[]; \ - static const char EFFECT_WASHED[]; - -#endif |
