~brandontschaefer/unity/bump-to-new-nux-abi

« back to all changes in this revision

Viewing changes to decorations/DecoratedWindow.cpp

  • Committer: Brandon Schaefer
  • Date: 2014-07-30 00:49:35 UTC
  • mto: This revision was merged to the branch mainline in revision 3845.
  • Revision ID: brandon.schaefer@canonical.com-20140730004935-z87tozu1eff1d44v
* Fixes FTBFS when moving to gcc 4.9. Mainly remove unused functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * Authored by: Marco Trevisan <marco.trevisan@canonical.com>
18
18
 */
19
19
 
20
 
#include <NuxCore/Logger.h>
21
20
#include "DecorationsPriv.h"
22
21
#include "DecorationsForceQuitDialog.h"
23
22
#include "DecorationsEdgeBorders.h"
35
34
{
36
35
namespace
37
36
{
38
 
DECLARE_LOGGER(logger, "unity.decoration.window");
39
37
const std::string MENUS_PANEL_NAME = "WindowLIM";
40
38
}
41
39