Replaced polling loop for LCR and chan_lcr with select based event loop.
[lcr.git] / join.h
diff --git a/join.h b/join.h
index 5c5f3f2..442aa5d 100644 (file)
--- a/join.h
+++ b/join.h
@@ -24,7 +24,6 @@ class Join
        virtual ~Join();
        class Join *next;               /* next node in list of joins */
        virtual void message_epoint(unsigned int epoint_id, int message, union parameter *param);
-       virtual int handler(void);
 
        unsigned int j_type;            /* join type (pbx or asterisk) */
        unsigned int j_serial;          /* serial/unique number of join */