diff options
-rw-r--r-- | include/aul.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/aul.h b/include/aul.h index 1a1350e9..c2b38c21 100644 --- a/include/aul.h +++ b/include/aul.h @@ -286,12 +286,7 @@ typedef enum aul_widget_instance_event { #define AUL_K_NEW_INSTANCE "__AUL_NEW_INSTANCE__" /** AUL internal private key */ #define AUL_K_IS_INSTALLED "__AUL_IS_INSTALLED__" -/** AUL internal private key */ -#define AUL_K_REQUEST_TYPE "__AUL_REQUEST_TYPE__" -/** AUL internal private key */ -#define AUL_K_ORG_CALLER_APPID "__AUL_ORG_CALLER_APPID__" -/** AUL internal private key */ -#define AUL_K_ORG_CALLER_PKGID "__AUL_ORG_CALLER_PKGID__" + /** * @brief This is callback function for aul_launch_init |