diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-14 15:04:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-14 15:12:23 +0100 |
commit | efb658bc0d287a7c85cd90a339f72eddd4547fed (patch) | |
tree | d5a7907f51a4aab77954be94cbcfb5a39d37f5d1 /uui/Library_uui.mk | |
parent | 4334d80ee8ab0afa765de04959e2c3485f183612 (diff) |
FutureDocumentVersionProductUpdateRequest is never created
only extracted, so seeing as nothing inherits from it and
nothing creates another one, everything dependent on it
existing is dead code, which enables removing the
RID_DLG_NEWER_VERSION_WARNING dialog
Change-Id: I9515abdfeebbe60f6cd88a160524327d039403f6
Diffstat (limited to 'uui/Library_uui.mk')
-rw-r--r-- | uui/Library_uui.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uui/Library_uui.mk b/uui/Library_uui.mk index 560cb6565f27..4ad7de5c936b 100644 --- a/uui/Library_uui.mk +++ b/uui/Library_uui.mk @@ -53,7 +53,6 @@ $(eval $(call gb_Library_add_exception_objects,uui,\ uui/source/masterpasscrtdlg \ uui/source/masterpassworddlg \ uui/source/nameclashdlg \ - uui/source/newerverwarn \ uui/source/openlocked \ uui/source/passwordcontainer \ uui/source/passworddlg \ |