aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/wxe_main.cpp
diff options
context:
space:
mode:
authorArtur Cygan <[email protected]>2018-06-29 13:32:58 +0200
committerArtur Cygan <[email protected]>2018-07-03 10:57:28 +0200
commitfbde368c08e4194059e76888fe866f3ebd80f150 (patch)
tree9c2e5c5df9e854bf64397aa6111c077f279a2738 /lib/wx/c_src/wxe_main.cpp
parent5c0000886199ed4d89a2f678d7ff6e6c4467f4cf (diff)
downloadotp-fbde368c08e4194059e76888fe866f3ebd80f150.tar.gz
otp-fbde368c08e4194059e76888fe866f3ebd80f150.tar.bz2
otp-fbde368c08e4194059e76888fe866f3ebd80f150.zip
Clean unused wxe_driver callbacks
Diffstat (limited to 'lib/wx/c_src/wxe_main.cpp')
-rw-r--r--lib/wx/c_src/wxe_main.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/wx/c_src/wxe_main.cpp b/lib/wx/c_src/wxe_main.cpp
index e2cd30a8e0..5b65d8a59b 100644
--- a/lib/wx/c_src/wxe_main.cpp
+++ b/lib/wx/c_src/wxe_main.cpp
@@ -59,11 +59,6 @@ void *wxe_main_loop(void * );
* START AND STOP of driver thread
* ************************************************************/
-int load_native_gui()
-{
- return 1;
-}
-
int start_native_gui(wxe_data *sd)
{
int res;
@@ -115,11 +110,6 @@ void stop_native_gui(wxe_data *sd)
erl_drv_cond_destroy(wxe_batch_locker_c);
}
-void unload_native_gui()
-{
-
-}
-
/* ************************************************************
* wxWidgets Thread
* ************************************************************/