summaryrefslogtreecommitdiffstats
path: root/include/input
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2015-02-24 00:06:35 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-02-24 00:06:35 +0000
commit857a35d26756f7eab1fe58a84bd31123caf480b7 (patch)
tree16b63821716169c82af0e8eadc58e9d7e358fc8f /include/input
parent129da2ba07135d33a1690be10fa509a40778fb0d (diff)
parent6f783602c05c519238200fed55b0afa097737ca1 (diff)
downloadframeworks_native-857a35d26756f7eab1fe58a84bd31123caf480b7.zip
frameworks_native-857a35d26756f7eab1fe58a84bd31123caf480b7.tar.gz
frameworks_native-857a35d26756f7eab1fe58a84bd31123caf480b7.tar.bz2
Merge "Move inputflinger process to host directory"
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;
};