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

« back to all changes in this revision

Viewing changes to UnityCore/Scope.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:
32
32
{
33
33
DECLARE_LOGGER(logger, "unity.dash.scope");
34
34
 
 
35
GQuark
 
36
g_scope_error_quark (void)
 
37
{
 
38
  return g_quark_from_static_string ("g-scope-error-quark");
 
39
}
 
40
 
35
41
class Scope::Impl
36
42
{
37
43
public: