From e8d59fb76f6c59d8a0dd1e9d6cbdcb4bcfb3c9f0 Mon Sep 17 00:00:00 2001
From: Daniel Teske <daniel.teske@digia.com>
Date: Thu, 25 Apr 2013 13:59:48 +0200
Subject: [PATCH] RemoteLinuxRunConfiguration: Remove unused enum

Change-Id: I7f1074eafe622e4d409359ce3cc81065d48d42c2
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
---
 src/plugins/remotelinux/remotelinuxrunconfiguration.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/plugins/remotelinux/remotelinuxrunconfiguration.h b/src/plugins/remotelinux/remotelinuxrunconfiguration.h
index 89fc7a06638..1419164b624 100644
--- a/src/plugins/remotelinux/remotelinuxrunconfiguration.h
+++ b/src/plugins/remotelinux/remotelinuxrunconfiguration.h
@@ -53,8 +53,6 @@ class REMOTELINUX_EXPORT RemoteLinuxRunConfiguration : public ProjectExplorer::R
     friend class RemoteLinuxRunConfigurationWidget;
 
 public:
-    enum DebuggingType { DebugCppOnly, DebugQmlOnly, DebugCppAndQml };
-
     RemoteLinuxRunConfiguration(ProjectExplorer::Target *parent, const Core::Id id,
         const QString &projectFilePath);
     ~RemoteLinuxRunConfiguration();
-- 
GitLab