Commit 9842940d1361c11dd8eec8d1542cd95be7f73229

Authored by Jürgen Knödlseder
1 parent 4300d063

Remove duplicate method definitions

Showing 1 changed file with 0 additions and 3 deletions
pyext/GApplication.i
... ... @@ -95,9 +95,6 @@ public:
95 95 std::string classname(void) const;
96 96 const std::string& name(void) const;
97 97 const std::string& version(void) const;
98   - double telapse(void) const;
99   - double celapse(void) const;
100   - double gCO2e(const std::string& country) const;
101 98 void add_celapse(const double& celapse);
102 99 bool logTerse(void) const;
103 100 bool logNormal(void) const;
... ...