diff options
Diffstat (limited to 'gpu_tonemapper/TonemapFactory.cpp')
-rw-r--r-- | gpu_tonemapper/TonemapFactory.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gpu_tonemapper/TonemapFactory.cpp b/gpu_tonemapper/TonemapFactory.cpp index 81e9f7fc..cffc33a0 100644 --- a/gpu_tonemapper/TonemapFactory.cpp +++ b/gpu_tonemapper/TonemapFactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. * Not a Contribution. * * Copyright 2015 The Android Open Source Project @@ -19,7 +19,6 @@ #include "TonemapFactory.h" #include <utils/Log.h> -#include "EGLImageWrapper.h" #include "Tonemapper.h" #include "engine.h" @@ -41,8 +40,6 @@ Tonemapper *TonemapperFactory_GetInstance(int type, void *colorMap, int colorMap void TonemapperFactory_Destroy() //------------------------------------------ { - // clear EGLImage mappings - EGLImageWrapper::destroy(); // shutdown the engine engine_shutdown(); } |