diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 18:52:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:31 +0200 |
commit | bdc0e87a155af01814ff7d5fbce9b181a2ef2234 (patch) | |
tree | 29a7d7e36b4e59b62ca26dd50241a8670ad191bf /framework | |
parent | eb103fa4116a077514f040054050aa1c35c8d1ba (diff) |
-Werror,-Wunused-const-variable
Change-Id: Iac6d103afb5d6ed3f59e589ec174f6aad253a0aa
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/statusbarmerger.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/source/uielement/statusbarmerger.cxx b/framework/source/uielement/statusbarmerger.cxx index 80169042c043..b71f612e741a 100644 --- a/framework/source/uielement/statusbarmerger.cxx +++ b/framework/source/uielement/statusbarmerger.cxx @@ -36,7 +36,6 @@ static const char MERGE_STATUSBAR_AUTOSIZE[] = "AutoSize"; static const char MERGE_STATUSBAR_OWNERDRAW[] = "OwnerDraw"; static const char MERGE_STATUSBAR_WIDTH[] = "Width"; -static const char STATUSBAR_ALIGN_LEFT[] = "left"; static const char STATUSBAR_ALIGN_CENTER[] = "center"; static const char STATUSBAR_ALIGN_RIGHT[] = "right"; |