aboutsummaryrefslogtreecommitdiff
path: root/host-common/include/host-common/vm_operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'host-common/include/host-common/vm_operations.h')
-rw-r--r--host-common/include/host-common/vm_operations.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/host-common/include/host-common/vm_operations.h b/host-common/include/host-common/vm_operations.h
index 5dcd6c1..375d1bc 100644
--- a/host-common/include/host-common/vm_operations.h
+++ b/host-common/include/host-common/vm_operations.h
@@ -248,8 +248,5 @@ typedef struct QAndroidVmOperations {
// virtio display
bool (*setDisplay)(int32_t id, int32_t w, int32_t h, uint32_t dpi);
-
- // Reset the machine
- void (*system_shutdown_request)(QemuShutdownCause reason);
} QAndroidVmOperations;
ANDROID_END_HEADER