aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/outputformat.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2020-03-17 15:18:06 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2020-03-18 13:52:17 +0000
commit9348ac5fece45460f960281bd003a39d2026b28a (patch)
tree457e1a29057a9e71a4978e0a24b9d78ba5e73491 /src/libs/utils/outputformat.h
parent80293aac9364227afe996416cbf399ad09346ee0 (diff)
Utils: Remove the *SameLine OutputFormat enums
Presumably, they were intended for output that shouldn't get an automatic newline, but if there ever was such a thing as automatic newlines, it must have evaporated over time. All users of OutputFormatter provide a newline if they want one. Change-Id: Ibd219b7305fd503ce075d6f77930d2b538d5e2e8 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/libs/utils/outputformat.h')
-rw-r--r--src/libs/utils/outputformat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/utils/outputformat.h b/src/libs/utils/outputformat.h
index 12b14d5b805..1e959d05d46 100644
--- a/src/libs/utils/outputformat.h
+++ b/src/libs/utils/outputformat.h
@@ -35,8 +35,6 @@ enum OutputFormat
DebugFormat,
StdOutFormat,
StdErrFormat,
- StdOutFormatSameLine,
- StdErrFormatSameLine,
NumberOfFormats // Keep this entry last.
};