aboutsummaryrefslogtreecommitdiff
path: root/src/mm-base-modem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-base-modem.h')
-rw-r--r--src/mm-base-modem.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mm-base-modem.h b/src/mm-base-modem.h
index 51af72c5..b4c5fb6f 100644
--- a/src/mm-base-modem.h
+++ b/src/mm-base-modem.h
@@ -56,12 +56,6 @@ struct _MMBaseModem {
struct _MMBaseModemClass {
MmGdbusObjectSkeletonClass parent;
- /* Called after the base class grabs a port so that subclasses can
- * set port flags and other properties on the new port.
- */
- void (*port_grabbed) (MMBaseModem *self,
- MMPort *port);
-
/* Modem initialization.
* As soon as the ports are organized, this method gets called */
void (* initialize) (MMBaseModem *self,