summaryrefslogtreecommitdiff
path: root/main-loop.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-10-29 15:28:36 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-10-30 09:18:44 +0100
commit172061a0a0d98c974ea8d5ed715195237bc44225 (patch)
tree3a3310a8863ac5a824b713cf2af54dc24ac3352d /main-loop.h
parent744ca8e3754e6808c6b5331d287adc533fca0ad3 (diff)
downloadqemu-172061a0a0d98c974ea8d5ed715195237bc44225.tar.gz
main-loop: unify qemu_init_main_loop between QEMU and tools
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'main-loop.h')
-rw-r--r--main-loop.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/main-loop.h b/main-loop.h
index dce1cd9d7c..91a0aff9c7 100644
--- a/main-loop.h
+++ b/main-loop.h
@@ -43,16 +43,6 @@
int qemu_init_main_loop(void);
/**
- * main_loop_init: Initializes main loop
- *
- * Internal (but shared for compatibility reasons) initialization routine
- * for the main loop. This should not be used by applications directly,
- * use qemu_init_main_loop() instead.
- *
- */
-int main_loop_init(void);
-
-/**
* main_loop_wait: Run one iteration of the main loop.
*
* If @nonblocking is true, poll for events, otherwise suspend until