diff options
author | Glenn Kasten <gkasten@google.com> | 2012-01-20 14:14:04 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-20 14:14:04 -0800 |
commit | 536035dac57535fb142d6081b2b11fe949b79714 (patch) | |
tree | 180ba92a3616f5ad4add13172105cc4f312a3eb8 | |
parent | d375394752c707a6b153c613448abf13b771f9b4 (diff) | |
parent | 15f51ccee1fb4aaf9296998e68156903f0657098 (diff) | |
download | frameworks_base-536035dac57535fb142d6081b2b11fe949b79714.zip frameworks_base-536035dac57535fb142d6081b2b11fe949b79714.tar.gz frameworks_base-536035dac57535fb142d6081b2b11fe949b79714.tar.bz2 |
am 15f51cce: Merge "Remove dead file include/media/thread_init.h"
* commit '15f51ccee1fb4aaf9296998e68156903f0657098':
Remove dead file include/media/thread_init.h
-rw-r--r-- | include/media/thread_init.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/include/media/thread_init.h b/include/media/thread_init.h deleted file mode 100644 index 2feac86..0000000 --- a/include/media/thread_init.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (C) 2008 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 THREAD_INIT_H -#define THREAD_INIT_H - -bool InitializeForThread(); -void UninitializeForThread(); - -#endif /* THREAD_INIT_H*/ - |