Skip to content
This repository was archived by the owner on May 15, 2018. It is now read-only.

Commit 4aff3ed

Browse files
whimboojgraham
authored andcommitted
Remove default custom preference values.
Mozprofile offers utitilies to assist in creating profiles for Gecko based applications. Using such a created profile should result in the exact same experience as starting the application on its own. As such no default values should be offered. Instead consumers will have to do it on their own.
1 parent 497036b commit 4aff3ed

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

src/lib.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
#[macro_use]
2-
extern crate lazy_static;
3-
41
extern crate tempdir;
52

63
pub mod profile;
74
pub mod preferences;
85
pub mod prefreader;
9-
pub mod prefdata;
6+
107

118
#[cfg(test)]
129
mod test {

src/prefdata.rs

-44
This file was deleted.

0 commit comments

Comments
 (0)