Przeglądaj źródła

tm - remove not used route_mode var

(cherry picked from commit 6619be46249dfe0b2f2cbc863cb8b2f44716122b)
Luis Martin Gil 5 lat temu
rodzic
commit
743dcc103a
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/modules/tm/tm_load.h

+ 0 - 1
src/modules/tm/tm_load.h

@@ -83,7 +83,6 @@ struct tm_binds {
 	cancel_all_uacs_f  cancel_all_uacs;
 	prepare_request_within_f  prepare_request_within;
 	send_prepared_request_f   send_prepared_request;
-	enum route_mode*   route_mode;
 #ifdef DIALOG_CALLBACKS
 	register_new_dlg_cb_f register_new_dlg_cb;
 	register_dlg_tmcb_f   register_dlg_tmcb;