summaryrefslogtreecommitdiffstats
path: root/logic/tools/JProfiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/tools/JProfiler.h')
-rw-r--r--logic/tools/JProfiler.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/logic/tools/JProfiler.h b/logic/tools/JProfiler.h
index 11df0779..b5440b0b 100644
--- a/logic/tools/JProfiler.h
+++ b/logic/tools/JProfiler.h
@@ -2,16 +2,6 @@
#include "BaseProfiler.h"
-class JProfiler : public BaseProfiler
-{
- Q_OBJECT
-public:
- JProfiler(SettingsObjectPtr settings, InstancePtr instance, QObject *parent = 0);
-
-protected:
- void beginProfilingImpl(BaseProcess *process);
-};
-
class JProfilerFactory : public BaseProfilerFactory
{
public: