From 165e8cf38c9649131a20df4a7af8c82ba4ae0090 Mon Sep 17 00:00:00 2001 From: Mike Jerris Date: Wed, 8 Mar 2017 11:29:53 -0600 Subject: [PATCH] FS-10104: [mod_h323] fix build error caused by FS-10025 --- src/mod/endpoints/mod_h323/mod_h323.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mod/endpoints/mod_h323/mod_h323.h b/src/mod/endpoints/mod_h323/mod_h323.h index 085f061d62..9598ecf591 100644 --- a/src/mod/endpoints/mod_h323/mod_h323.h +++ b/src/mod/endpoints/mod_h323/mod_h323.h @@ -171,8 +171,6 @@ struct mod_h323_globals { int ptime_override_value; }; -extern struct mod_h323_globals mod_h323_globals; - class FSH323Connection; class FSH323_ExternalRTPChannel;