diff options
Diffstat (limited to 'lib/wx/examples/simple/hello.erl')
-rw-r--r-- | lib/wx/examples/simple/hello.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wx/examples/simple/hello.erl b/lib/wx/examples/simple/hello.erl index 36bce56329..bf870c6f3e 100644 --- a/lib/wx/examples/simple/hello.erl +++ b/lib/wx/examples/simple/hello.erl @@ -29,7 +29,6 @@ -include_lib("wx/include/wx.hrl"). -export([start/0]). --compile(export_all). start() -> Wx = wx:new(), |