summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Async.js
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Async.js')
-rw-r--r--SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Async.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Async.js b/SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Async.js
deleted file mode 100644
index ebc5bfa3c..000000000
--- a/SDL_Core/src/components/qt_hmi/qml_model_qt5/hmi_api/Async.js
+++ /dev/null
@@ -1,7 +0,0 @@
-.pragma library
-
-var async_uid = 1;
-
-function AsyncCall() {
- this.__async_uid = async_uid++;
-}