tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / events / touch / script-tests / basic-multi-touch-events.js
index 579c073..452297e 100755 (executable)
@@ -20,7 +20,6 @@ function touchEventCallback() {
         // If we've got here, we can safely say we were successfully parsed :) We need to
         // call the isSucccessfullyParsed function to output the correct TEST COMPLETE
         // footer message.
-        successfullyParsed = true;
         isSuccessfullyParsed();
         layoutTestController.notifyDone();
     }
@@ -113,5 +112,3 @@ if (window.eventSender) {
 } else {
     debug("This test requires DumpRenderTree.  Tap on the blue rect to log.")
 }
-
-var successfullyParsed = true;