Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 141c35d

Browse files
committed
remove unused callback function
1 parent aed69e7 commit 141c35d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cpp/src/main.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,4 @@ myAppAPI void setupAppCenterCallbacks(
2525
Interop::AppCenter::setTrackEventCallback(trackEventExtraCallback);
2626
}
2727

28-
// on this we call the funtion provided by the parameter
29-
myAppAPI void dllCallback(void (*callback)()) {
30-
std::cout << "Callback from C++\n";
31-
callback();
32-
}
3328
}

0 commit comments

Comments
 (0)