~ted/indicator-network-prompt/flush-release

« back to all changes in this revision

Viewing changes to src/InitGlib.h

  • Committer: Tarmac
  • Author(s): Pete Woods
  • Date: 2013-08-12 17:28:53 UTC
  • mfrom: (17.1.1 trunk)
  • Revision ID: tarmac-20130812172853-xolmoz2ifnuz8eri
Trim unnecessary code.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
class InitGlib {
23
23
public:
24
 
        InitGlib();
25
 
        virtual ~InitGlib();
26
 
 
27
24
        static void init();
28
25
};
29
26