summaryrefslogtreecommitdiff
path: root/src/android/thread_rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/thread_rpc.h')
-rw-r--r--src/android/thread_rpc.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/android/thread_rpc.h b/src/android/thread_rpc.h
index 6d899283..f577a5d9 100644
--- a/src/android/thread_rpc.h
+++ b/src/android/thread_rpc.h
@@ -12,9 +12,6 @@
#include <hardware/camera3.h>
-#include "message.h"
-#include "thread.h"
-
class ThreadRpc
{
public:
@@ -39,16 +36,4 @@ private:
std::condition_variable cv_;
};
-class ThreadRpcMessage : public libcamera::Message
-{
-public:
- ThreadRpcMessage();
- ThreadRpc *rpc;
-
- static Message::Type type();
-
-private:
- static libcamera::Message::Type rpcType_;
-};
-
#endif /* __ANDROID_THREAD_RPC_H__ */