diff options
author | Dan Gudmundsson <[email protected]> | 2017-09-14 12:55:48 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-09-14 12:55:48 +0200 |
commit | fdc58a6b03fd238a6bd26403cac375f314a9383d (patch) | |
tree | 07b9b62aaac243ba84023f1444e2246baac8da8a /lib/wx/test/wx_opengl_SUITE.erl | |
parent | dd46b3e151dd2da0a8339134647d69d8520fd922 (diff) | |
download | otp-fdc58a6b03fd238a6bd26403cac375f314a9383d.tar.gz otp-fdc58a6b03fd238a6bd26403cac375f314a9383d.tar.bz2 otp-fdc58a6b03fd238a6bd26403cac375f314a9383d.zip |
wx: test remove export_all
Remove unnecessary warnings
Diffstat (limited to 'lib/wx/test/wx_opengl_SUITE.erl')
-rw-r--r-- | lib/wx/test/wx_opengl_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/test/wx_opengl_SUITE.erl b/lib/wx/test/wx_opengl_SUITE.erl index 3de9209fae..19ea731dfb 100644 --- a/lib/wx/test/wx_opengl_SUITE.erl +++ b/lib/wx/test/wx_opengl_SUITE.erl @@ -27,7 +27,7 @@ init_per_suite/1, end_per_suite/1, init_per_testcase/2, end_per_testcase/2]). --compile(export_all). +-export([canvas/1, glu_tesselation/1]). -include("wx_test_lib.hrl"). -include_lib("wx/include/gl.hrl"). |