~unity-team/nux/areas-unqueue-relayout

« back to all changes in this revision

Viewing changes to Nux/InputArea.cpp

  • Committer: CI bot
  • Author(s): Brandon Schaefer
  • Date: 2014-07-31 14:58:40 UTC
  • mfrom: (845.4.1 nux)
  • Revision ID: ps-jenkins@lists.canonical.com-20140731145840-7f8ja70xmakdnk9s
Fixes FTBFS. Remove unused functions. This seems to be brought up only in gcc/g++ 4.9. Fixes: 1350101
Approved by: Stephen M. Webb

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <sigc++/functors/ptr_fun.h>
26
26
#include <sigc++/functors/mem_fun.h>
27
27
 
28
 
#include "NuxCore/Logger.h"
29
 
 
30
28
#include "Nux.h"
31
29
#include "InputArea.h"
32
30
#include "NuxGraphics/GraphicsEngine.h"
38
36
 
39
37
namespace nux
40
38
{
41
 
  DECLARE_LOGGER(logger, "nux.inputarea");
42
 
 
43
39
  NUX_IMPLEMENT_OBJECT_TYPE(InputArea);
44
40
 
45
41
  InputArea::InputArea(NUX_FILE_LINE_DECL)