Browse Source

sms: removed duplicate declaration of global variables

Daniel-Constantin Mierla 5 years ago
parent
commit
f8284418ea
2 changed files with 0 additions and 3 deletions
  1. 0 1
      src/modules/sms/libsms_modem.c
  2. 0 2
      src/modules/sms/sms_funcs.c

+ 0 - 1
src/modules/sms/libsms_modem.c

@@ -35,7 +35,6 @@ mailto:[email protected]
 #define optz(_n,_l)     (buf+buf_len-(((_n)+(_l)>buf_len)?buf_len:(_n)+(_l)))
 
 /* global variables */
-int         sms_report_type;
 cds_report  cds_report_func;
 
 

+ 0 - 2
src/modules/sms/sms_funcs.c

@@ -47,8 +47,6 @@ struct network networks[MAX_NETWORKS];
 int net_pipes_in[MAX_NETWORKS];
 int nr_of_networks;
 int nr_of_modems;
-int *queued_msgs;
-int use_contact;
 struct tm_binds tmb;