diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-27 16:15:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-29 10:02:30 +0100 |
commit | 4a223b6ae7f84844035f56c037599d0c348d2d99 (patch) | |
tree | a89b32d50385b7b31ed646e090214786bb69339d /fpicker/Library_fps_odma.mk | |
parent | 1e002d8c56a3d45ff8a22006cabc3fefb54780d6 (diff) |
Remove useless ODMAFolderPicker
...that effectively is just a wrapper around a SystemFolderPicker service
implementation, as its m_bUseDMS is always false.
Change-Id: I95eb4a36fde0b98020b5fbe57e242cd2ae47ab8b
Diffstat (limited to 'fpicker/Library_fps_odma.mk')
-rw-r--r-- | fpicker/Library_fps_odma.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpicker/Library_fps_odma.mk b/fpicker/Library_fps_odma.mk index 63e9834fe068..3ca62c56619a 100644 --- a/fpicker/Library_fps_odma.mk +++ b/fpicker/Library_fps_odma.mk @@ -53,7 +53,6 @@ endif $(eval $(call gb_Library_add_exception_objects,fps_odma,\ fpicker/source/odma/fps_odma \ fpicker/source/odma/ODMAFilePicker \ - fpicker/source/odma/ODMAFolderPicker \ )) # vim: set noet sw=4 ts=4: |