~3v1n0/unity/scale-window-cast-protection

« back to all changes in this revision

Viewing changes to dash/previews/PreviewContainer.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:
21
21
 */
22
22
 
23
23
#include "PreviewContainer.h"
24
 
#include <NuxCore/Logger.h>
25
24
#include <Nux/HLayout.h>
26
25
 
27
26
#include "unity-shared/IntrospectableWrappers.h"
39
38
{
40
39
namespace previews
41
40
{
42
 
DECLARE_LOGGER(logger, "unity.dash.preview.container");
43
41
 
44
42
Navigation operator&(const Navigation lhs, const Navigation rhs)
45
43
{