diff options
| author | Randy Morgan <[email protected]> | 2012-06-20 08:22:38 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2012-06-20 08:22:38 +0900 |
| commit | eb9e1495c31b74ade95cce3b9e5e4c420d66eb02 (patch) | |
| tree | 9112019f94e2d171009e3a9cacffc73693783163 | |
| parent | 53235912acc99ef8801e43edf3fccfa2dced3d3e (diff) | |
| download | caxlsx-eb9e1495c31b74ade95cce3b9e5e4c420d66eb02.tar.gz caxlsx-eb9e1495c31b74ade95cce3b9e5e4c420d66eb02.zip | |
remove commented includes for ms off crypto
| -rw-r--r-- | lib/axlsx.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/axlsx.rb b/lib/axlsx.rb index 54c0ff2c..8f5b4540 100644 --- a/lib/axlsx.rb +++ b/lib/axlsx.rb @@ -5,12 +5,6 @@ require 'axlsx/util/simple_typed_list.rb' require 'axlsx/util/constants.rb' require 'axlsx/util/validators.rb' -#not even close to being ready but it does not break anything so it stays for now. -# needs a full re-write to use agile-encryption properly -# require 'axlsx/util/storage.rb' -# require 'axlsx/util/cbf.rb' -# require 'axlsx/util/ms_off_crypto.rb' - # to be included with parsable intitites. #require 'axlsx/util/parser.rb' |
