aboutsummaryrefslogtreecommitdiff
path: root/include/qapi/qmp/qbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qapi/qmp/qbool.h')
-rw-r--r--include/qapi/qmp/qbool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qapi/qmp/qbool.h b/include/qapi/qmp/qbool.h
index 629c508..b9a44a1 100644
--- a/include/qapi/qmp/qbool.h
+++ b/include/qapi/qmp/qbool.h
@@ -23,7 +23,6 @@ struct QBool {
QBool *qbool_from_bool(bool value);
bool qbool_get_bool(const QBool *qb);
-QBool *qobject_to_qbool(const QObject *obj);
bool qbool_is_equal(const QObject *x, const QObject *y);
void qbool_destroy_obj(QObject *obj);