summaryrefslogtreecommitdiffstats
path: root/include/input
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2015-02-13 17:35:16 -0800
committerMichael Wright <michaelwr@google.com>2015-02-23 16:04:57 -0800
commit6f783602c05c519238200fed55b0afa097737ca1 (patch)
tree446b37ef2c2edd19f38c4f5f32da7f64f64132df /include/input
parent4b2266daaa74c2969252d81b8bdcb090fb50deb9 (diff)
downloadframeworks_native-6f783602c05c519238200fed55b0afa097737ca1.zip
frameworks_native-6f783602c05c519238200fed55b0afa097737ca1.tar.gz
frameworks_native-6f783602c05c519238200fed55b0afa097737ca1.tar.bz2
Move inputflinger process to host directory
Change-Id: I08ee44bf8b93e7f1760ee9f8d9876a1e2e2e86c8
Diffstat (limited to 'include/input')
-rw-r--r--include/input/IInputFlinger.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/input/IInputFlinger.h b/include/input/IInputFlinger.h
index 79ff12a..629310f 100644
--- a/include/input/IInputFlinger.h
+++ b/include/input/IInputFlinger.h
@@ -31,8 +31,6 @@ namespace android {
class IInputFlinger : public IInterface {
public:
DECLARE_META_INTERFACE(InputFlinger);
-
- virtual status_t doSomething() = 0;
};