aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/c_src/wxe_driver.h
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_driver.h
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_driver.h')
-rw-r--r--lib/wx/c_src/wxe_driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/wx/c_src/wxe_driver.h b/lib/wx/c_src/wxe_driver.h
index f9bca049c8..8b4ce2b804 100644
--- a/lib/wx/c_src/wxe_driver.h
+++ b/lib/wx/c_src/wxe_driver.h
@@ -56,10 +56,8 @@ typedef struct wxe_data_def {
void init_glexts(wxe_data*);
-int load_native_gui();
int start_native_gui(wxe_data *sd);
void stop_native_gui(wxe_data *sd);
-void unload_native_gui();
#define FUNC_CALL 13
#define CREATE_PORT 14