From bdde16b403714bb6ae65be60ae64623f1a931012 Mon Sep 17 00:00:00 2001 From: Caio Marcelo de Oliveira Filho Date: Tue, 24 Sep 2013 15:01:48 -0300 Subject: [PATCH] [tizen] Remove not used function --- tizen/tizen_api.js | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.7.4