From a12e09ff8e1ea37a57d09d87b96b49a8ff97b64a Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 3 May 2013 14:31:24 +0200 Subject: [PATCH] Remove most remaining traces of v8::Context The class is now empty apart from two static methods. Change-Id: Ia474a2ebd4153e031d9a77e20ac9dfa359456f3e Reviewed-by: Simon Hausmann --- src/qml/qml/v4/qv4v8.cpp | 55 +++++--------------------------------------- src/qml/qml/v4/qv4v8_p.h | 42 +++++---------------------------- src/qml/qml/v8/qjsengine.cpp | 29 ----------------------- src/qml/qml/v8/qjsvalue.cpp | 26 --------------------- src/qml/qml/v8/qv8engine.cpp | 5 ---- src/qml/qml/v8/qv8engine_p.h | 3 --- 6 files changed, 12 insertions(+), 148 deletions(-) diff --git a/src/qml/qml/v4/qv4v8.cpp b/src/qml/qml/v4/qv4v8.cpp index 0278865..43a1922 100644 --- a/src/qml/qml/v4/qv4v8.cpp +++ b/src/qml/qml/v4/qv4v8.cpp @@ -206,7 +206,6 @@ Local