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

« back to all changes in this revision

Viewing changes to launcher/SimpleLauncherIcon.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:
22
22
 
23
23
#include "SimpleLauncherIcon.h"
24
24
 
25
 
#include <NuxCore/Logger.h>
26
 
 
27
25
#include "unity-shared/UBusWrapper.h"
28
26
#include "unity-shared/UBusMessages.h"
29
27
 
31
29
{
32
30
namespace launcher
33
31
{
34
 
DECLARE_LOGGER(logger, "unity.launcher.icon");
35
 
 
36
32
NUX_IMPLEMENT_OBJECT_TYPE(SimpleLauncherIcon);
37
33
 
38
34
SimpleLauncherIcon::SimpleLauncherIcon(IconType type)