aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.h')
-rw-r--r--src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.h b/src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.h
deleted file mode 100644
index 161e20f7067..00000000000
--- a/src/plugins/beautifier/artisticstyle/artisticstyleoptionspage.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (C) 2016 Lorenz Haas
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
-
-#pragma once
-
-#include <coreplugin/dialogs/ioptionspage.h>
-
-namespace Beautifier::Internal {
-
-class ArtisticStyleSettings;
-
-class ArtisticStyleOptionsPage final : public Core::IOptionsPage
-{
-public:
- explicit ArtisticStyleOptionsPage(ArtisticStyleSettings *settings);
-};
-
-} // Beautifier::Internal