diff options
author | Håkan Mattsson <[email protected]> | 2010-03-15 15:08:17 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-23 10:12:41 +0100 |
commit | 5e454b3d8ea3bf14db3afd44c34964de21770ecb (patch) | |
tree | 187307ac4d58873e5ca68004777ebca018e7e7ef /lib/wx/src/wxe_master.erl | |
parent | a3202b05d648732b7d2afe3ad952782e5376a18d (diff) | |
download | otp-5e454b3d8ea3bf14db3afd44c34964de21770ecb.tar.gz otp-5e454b3d8ea3bf14db3afd44c34964de21770ecb.tar.bz2 otp-5e454b3d8ea3bf14db3afd44c34964de21770ecb.zip |
Add app and appup files to the wx application
Diffstat (limited to 'lib/wx/src/wxe_master.erl')
-rw-r--r-- | lib/wx/src/wxe_master.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wx/src/wxe_master.erl b/lib/wx/src/wxe_master.erl index 70872775fb..8810763210 100644 --- a/lib/wx/src/wxe_master.erl +++ b/lib/wx/src/wxe_master.erl @@ -33,7 +33,6 @@ %% gen_server callbacks -export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2, code_change/3]). --compile(export_all). -record(state, {cb_port, %% Callback port and to erlang messages goes via it. users, %% List of wx servers, needed ?? |