~bregma/bamf/lp-1415052

« back to all changes in this revision

Viewing changes to src/bamf-matcher-private.h

  • Committer: CI bot
  • Author(s): Alexandre Abreu
  • Date: 2014-04-08 16:43:30 UTC
  • mfrom: (597.1.3 remove-webapps)
  • Revision ID: ps-jenkins@lists.canonical.com-20140408164330-iz0zq1mm6ylv8d31
Rip out vestigial webapps code (LP: #1280337) Fixes: 1280337

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "bamf-application.h"
26
26
#include "bamf-window.h"
27
27
#include "bamf-legacy-window.h"
28
 
#include "bamf-unity-webapps-observer.h"
29
28
 
30
29
struct _BamfMatcherPrivate
31
30
{
32
 
#ifdef HAVE_WEBAPPS
33
 
  BamfUnityWebappsObserver *webapps_observer;
34
 
#endif
35
31
  GArray          * bad_prefixes;
36
32
  GArray          * good_prefixes;
37
33
  GHashTable      * desktop_id_table;