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

« back to all changes in this revision

Viewing changes to dash/previews/PreviewInfoHintWidget.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:
26
26
 
27
27
#include "PreviewInfoHintWidget.h"
28
28
#include "unity-shared/IntrospectableWrappers.h"
29
 
#include <NuxCore/Logger.h>
30
29
#include <Nux/HLayout.h>
31
30
#include <Nux/VLayout.h>
32
31
#include <unity-shared/StaticCairoText.h>
39
38
{
40
39
namespace previews
41
40
{
42
 
DECLARE_LOGGER(logger, "unity.dash.preview.infohintwidget");
43
41
namespace
44
42
{
45
43
const RawPixel LAYOUT_SPACING = 12_em;