Skip to content

Commit 89917bd

Browse files
committed
Deleting unused typedef for func ptr 'CallbackFunc'
1 parent 1a4632f commit 89917bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ArduinoIoTCloud.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ enum class ArduinoIoTCloudEvent
6767
SYNC, CONNECT, DISCONNECT
6868
};
6969

70-
typedef void (*CallbackFunc)(void);
7170
typedef void (*OnCloudEventCallback)(void * /* arg */);
7271

7372
/******************************************************************************

0 commit comments

Comments
 (0)