aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jscall_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4jscall_p.h')
-rw-r--r--src/qml/jsruntime/qv4jscall_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/jsruntime/qv4jscall_p.h b/src/qml/jsruntime/qv4jscall_p.h
index 291e108853..a71d14ad6c 100644
--- a/src/qml/jsruntime/qv4jscall_p.h
+++ b/src/qml/jsruntime/qv4jscall_p.h
@@ -118,10 +118,6 @@ struct JSCallData {
return static_cast<FunctionObject &>(ptr->function).call(*this);
}
- ReturnedValue callAsConstructor() const {
- return static_cast<FunctionObject &>(ptr->function).callAsConstructor(*this);
- }
-
CallData *ptr;
};