diff options
author | Daniel Juyung Seo <juyung.seo@samsung.com> | 2010-12-01 11:16:16 +0900 |
---|---|---|
committer | Daniel Juyung Seo <juyung.seo@samsung.com> | 2010-12-01 11:16:16 +0900 |
commit | 22691da5d1ac64759541bb516ec1fb94f9ad3370 (patch) | |
tree | 6dfc2b6e04fcebdbbc70e0405000512fb0915807 | |
parent | 24335abc4b7ee38e143f569f7355d99ece40007a (diff) | |
download | elm-misc-22691da5d1ac64759541bb516ec1fb94f9ad3370.tar.gz elm-misc-22691da5d1ac64759541bb516ec1fb94f9ad3370.tar.bz2 elm-misc-22691da5d1ac64759541bb516ec1fb94f9ad3370.zip |
Removed ELM_FONT_PATH.
-rwxr-xr-x | etc/profile.d/elm.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/profile.d/elm.sh b/etc/profile.d/elm.sh index ab48b2c..7c69511 100755 --- a/etc/profile.d/elm.sh +++ b/etc/profile.d/elm.sh @@ -1,4 +1,3 @@ -export ELM_FONT_PATH=/usr/share/SLP/fonts export ELM_PAGE_SCROLL_FRICTION=0.5 export ELM_THUMBSCROLL_FRICTION=3.0 export ELM_BRING_IN_SCROLL_FRICTION=0.5 |