summaryrefslogtreecommitdiffstats
path: root/app/api/MessageId.js
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-06-15 11:56:20 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-06-16 06:18:21 +0000
commitd83d20276e308ff41479d53fbbf9556a26109067 (patch)
tree34a7b5704f57602c2f978ce9e779db52e6f31a7f /app/api/MessageId.js
parentcd1eab1f790e3b7cda86dd28ae658d7bbe5a7894 (diff)
binding: remove unused binding files
Binding.qml and MessageId.js aren't used in any part of the settings application. Change-Id: I4139fe41625695c25096961454eed219c744d66f Bug-AGL: SPEC-648 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/api/MessageId.js')
-rw-r--r--app/api/MessageId.js22
1 files changed, 0 insertions, 22 deletions
diff --git a/app/api/MessageId.js b/app/api/MessageId.js
deleted file mode 100644
index 001ea93..0000000
--- a/app/api/MessageId.js
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (C) 2016 The Qt Company Ltd.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-.pragma library
-
-var call = 2
-var retok = 3
-var reterr = 4
-var event = 5