summaryrefslogtreecommitdiff
path: root/core/src/Utils/fwd.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-06-11 13:35:35 -0700
committerrtk0c <[email protected]>2021-06-11 13:35:35 -0700
commit8f7daa9bd100345d7e23639604c9a3a50ce6448b (patch)
tree4b0c4934f29dfca933e1e955a8af2e61c2719ca1 /core/src/Utils/fwd.hpp
parent222cfec6ad882196d8927f73e30d905daae89556 (diff)
Convert runtime-loaded l10n to string literals chosen at compile time
Diffstat (limited to 'core/src/Utils/fwd.hpp')
-rw-r--r--core/src/Utils/fwd.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/src/Utils/fwd.hpp b/core/src/Utils/fwd.hpp
index 74e642d..5d1fe45 100644
--- a/core/src/Utils/fwd.hpp
+++ b/core/src/Utils/fwd.hpp
@@ -4,15 +4,6 @@
class RgbaColor;
class HsvColor;
-// I18n.hpp
-class I18n;
-struct StringArgument;
-struct IntArgument;
-struct FloatArgument;
-class BasicTranslation;
-class FormattedTranslation;
-class NumericTranslation;
-
// Sigslot.hpp
class SignalStub;
template <class... TArgs>