summaryrefslogtreecommitdiff
path: root/framework/inc/targets.h
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-03-10 15:45:09 +0200
committerCaolán McNamara <caolanm@redhat.com>2016-03-10 15:23:31 +0000
commit21b92f386c32defa498284df752d909c9555c4c1 (patch)
treeccd58c0489e199374249df7c93886da20f444535 /framework/inc/targets.h
parent70c8d27892f811121a891ebd4742c97d19632f93 (diff)
MenuDispatcher::m_pMenuManager is always nullptr
... as shown by 7da15debe39b50255cc08b3fef7ae38185a9174f. Which means that MenuManager is unused, and MenuDispatcher does nothing useful. Change-Id: Ic85619531054a573d971d38b52609e1cbcaf780c Reviewed-on: https://gerrit.libreoffice.org/23117 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/inc/targets.h')
-rw-r--r--framework/inc/targets.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/inc/targets.h b/framework/inc/targets.h
index 09155f397ef8..a15db1e84851 100644
--- a/framework/inc/targets.h
+++ b/framework/inc/targets.h
@@ -30,7 +30,6 @@ namespace framework{
#define SPECIALTARGET_BLANK "_blank" // Create a new task.
#define SPECIALTARGET_DEFAULT "_default" // Create a new task or recycle an existing one
#define SPECIALTARGET_BEAMER "_beamer" // special frame in hierarchy
-#define SPECIALTARGET_MENUBAR "_menubar" // special target for menubars
#define SPECIALTARGET_HELPTASK "OFFICE_HELP_TASK" // special name for our help task
} // namespace framework