forked from qt-creator/qt-creator
ClangFormat: Remov unused functions
Change-Id: I294e190cdd76467cb79b58bc818a240cdead8bbc Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -23,11 +23,6 @@ void createStyleFileIfNeeded(bool isGlobal);
|
||||
|
||||
QString currentProjectUniqueId();
|
||||
|
||||
std::string currentProjectConfigText();
|
||||
std::string currentGlobalConfigText();
|
||||
|
||||
clang::format::FormatStyle currentProjectStyle();
|
||||
clang::format::FormatStyle currentGlobalStyle();
|
||||
std::string readFile(const QString &path);
|
||||
|
||||
bool getProjectUseGlobalSettings(const ProjectExplorer::Project *project);
|
||||
@@ -41,7 +36,6 @@ ClangFormatSettings::Mode getCurrentIndentationOrFormattingSettings(const Utils:
|
||||
|
||||
// Is the style from the matching .clang-format file or global one if it's not found.
|
||||
QString configForFile(Utils::FilePath fileName);
|
||||
clang::format::FormatStyle styleForFile(Utils::FilePath fileName);
|
||||
void saveStyleToFile(clang::format::FormatStyle style, Utils::FilePath filePath);
|
||||
|
||||
void addQtcStatementMacros(clang::format::FormatStyle &style);
|
||||
|
||||
Reference in New Issue
Block a user