Skip to content

Commit

Permalink
removed the export_all
Browse files Browse the repository at this point in the history
  • Loading branch information
huiqing committed Sep 14, 2012
1 parent 6c1df09 commit a6d2f83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/percept2_graph.erl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
memory_graph/3,
inter_node_message_graph/3]).

-compile(export_all).

-include("../include/percept2.hrl").
-include_lib("kernel/include/file.hrl").

Expand Down
1 change: 0 additions & 1 deletion src/percept2_image.erl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

-record(graph_area, {x = 0, y = 0, width, height}).

-compile(export_all).
-compile(inline).

-include("../include/percept2.hrl").
Expand Down

0 comments on commit a6d2f83

Please sign in to comment.