[tizen] Remove not used function
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Tue, 24 Sep 2013 18:01:48 +0000 (15:01 -0300)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Tue, 24 Sep 2013 18:01:48 +0000 (15:01 -0300)
tizen/tizen_api.js

index 5ac3d5e..5df87b1 100644 (file)
@@ -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