diff options
Diffstat (limited to 'plugin/business/tsg-http/src/tsg_http.cpp')
| -rw-r--r-- | plugin/business/tsg-http/src/tsg_http.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugin/business/tsg-http/src/tsg_http.cpp b/plugin/business/tsg-http/src/tsg_http.cpp index 9da3642..4c0a4b3 100644 --- a/plugin/business/tsg-http/src/tsg_http.cpp +++ b/plugin/business/tsg-http/src/tsg_http.cpp @@ -914,16 +914,6 @@ void ma_insert_profile_table_new_cb(const char *table_name, const char* key, con { ply_profile->profile_name=tfe_strdup(profile_name->valuestring); } - cJSON *format = cJSON_GetObjectItem(insert_script, "format"); - if(format && format->type==cJSON_String) - { - ply_profile->profile_type=tfe_strdup(format->valuestring); - } - cJSON *insert_on = cJSON_GetObjectItem(insert_script, "insert_on"); - if(insert_on && insert_on->type==cJSON_String) - { - ply_profile->profile_position=tfe_strdup(insert_on->valuestring); - } cJSON *item = cJSON_GetObjectItem(insert_script, "path"); if(item && item->type==cJSON_String) { |
