From f8789c0130a2a62fef64a8507feb7c6418813b66 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 9c15ae44d5..5defd21969 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;