From: Caio Marcelo de Oliveira Filho Date: Tue, 24 Sep 2013 18:01:48 +0000 (-0300) Subject: [tizen] Remove not used function X-Git-Tag: accepted/tizen/generic/20140324.124941~116^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdde16b403714bb6ae65be60ae64623f1a931012;p=platform%2Fframework%2Fweb%2Ftizen-extensions-crosswalk.git [tizen] Remove not used function --- diff --git a/tizen/tizen_api.js b/tizen/tizen_api.js index 5ac3d5e..5df87b1 100644 --- a/tizen/tizen_api.js +++ b/tizen/tizen_api.js @@ -1,10 +1,6 @@ // Copyright (c) 2013 Intel Corporation. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// -var postMessage = function (msg) { - extension.postMessage(JSON.stringify(msg)); -}; // WARNING! This list should be in sync with the equivalent enum // located at tizen.h. Remember to update tizen.h if you change