]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
whoops, leftover garbage
authorMichael Jerris <mike@jerris.com>
Mon, 25 Jun 2007 16:04:24 +0000 (16:04 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 25 Jun 2007 16:04:24 +0000 (16:04 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@292 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/src/zap_isdn.c

index e898a7927b432bde8a699e2197449be67e0cde6c..8a3a14dd3d98c99047f08c8942797d2360a3a8d8 100644 (file)
@@ -80,20 +80,6 @@ static L3INT zap_isdn_931_34(void *pvt, L2UCHAR *msg, L2INT mlen)
 
        zap_log(ZAP_LOG_DEBUG, "Yay I got an event! Type:[%02x] Size:[%d]\n", gen->MesType, gen->Size);
 
-#if 0
-       typedef struct
-{
-    L3UCHAR IEId;                   /* 01110100                             */
-    L3UCHAR Size;                   /* Length of Information Element        */
-       L3UCHAR Preference;             /* Preference 0 = reserved, 1 = channel */
-       L3UCHAR Spare;                  /* Spare                                */
-    L3UCHAR NewStatus;              /* NewStatus                            */
-                                    /*  000 In service                      */
-                                    /*  001 Maintenance                     */
-                                    /*  010 Out of service                  */
-}Q931ie_ChangeStatus;
-
-#endif
        if (gen->ProtDisc == 3) {
                switch(gen->MesType) {
                case Q931mes_SERVICE: