diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-06 14:20:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-06 14:52:49 +0100 |
commit | 516ed22b3f51982df7dbfa875ce8056e167da091 (patch) | |
tree | 1289a749232332299b693d006392a78dc1c1e8ca /postprocess | |
parent | 35a65baefe99181685aea8e630d27c5e2a7c6bc4 (diff) |
Remove remnants of help agent
it was removed with 66714f1888eaccef4eb5341971278ae7dfafa16b
but gobs of code (and UI) still existed to collect the help id
and give it to the missing help agent with various UI visible
options and buttons to control the help agent which isn't
there
Change-Id: I625da27b3046d481e43f4d35d32cc7063a1c6291
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index fa2b1399848c..38758b26f9f5 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -166,7 +166,6 @@ postprocess_FILES_main := \ $(postprocess_XCS)/Office/Paths.xcs \ $(postprocess_XCS)/Office/ProtocolHandler.xcs \ $(postprocess_XCS)/Office/Recovery.xcs \ - $(postprocess_XCS)/Office/SFX.xcs \ $(postprocess_XCS)/Office/Scripting.xcs \ $(postprocess_XCS)/Office/Security.xcs \ $(postprocess_XCS)/Office/Substitution.xcs \ @@ -237,7 +236,6 @@ postprocess_FILES_main := \ $(postprocess_XCU)/Office/Math.xcu \ $(postprocess_XCU)/Office/Paths.xcu \ $(postprocess_XCU)/Office/ProtocolHandler.xcu \ - $(postprocess_XCU)/Office/SFX.xcu \ $(postprocess_XCU)/Office/Scripting.xcu \ $(postprocess_XCU)/Office/Security.xcu \ $(postprocess_XCU)/Office/TableWizard.xcu \ |