Skip to content

Commit 3b08fec

Browse files
authored
remove duplicate end()
thanks @alf45tar for spotting!
1 parent 697e0d4 commit 3b08fec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/BLEMIDI_Transport.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ class BLEMIDI_Transport
4848
mBleClass.begin(mDeviceName, this);
4949
}
5050

51-
void end()
52-
{
53-
mBleClass.end();
54-
}
55-
5651
void end()
5752
{
5853
mBleClass.end();

0 commit comments

Comments
 (0)