summaryrefslogtreecommitdiff
path: root/dviware/dvisvgm/src/SpecialHandler.hpp
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-12 03:01:12 +0000
committerNorbert Preining <norbert@preining.info>2024-01-12 03:01:12 +0000
commit1748d1e662c9618cc16f80d5e67669e9e9d6d4be (patch)
tree7d46019dbae3fa8e0345487ecf524cfc641f1b2a /dviware/dvisvgm/src/SpecialHandler.hpp
parentb14090c9f3c7797e26fed9eb2b83ce144dcb16a3 (diff)
CTAN sync 202401120301
Diffstat (limited to 'dviware/dvisvgm/src/SpecialHandler.hpp')
-rw-r--r--dviware/dvisvgm/src/SpecialHandler.hpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/dviware/dvisvgm/src/SpecialHandler.hpp b/dviware/dvisvgm/src/SpecialHandler.hpp
index 860cfdea61..2182919361 100644
--- a/dviware/dvisvgm/src/SpecialHandler.hpp
+++ b/dviware/dvisvgm/src/SpecialHandler.hpp
@@ -2,7 +2,7 @@
** SpecialHandler.hpp **
** **
** This file is part of dvisvgm -- a fast DVI to SVG converter **
-** Copyright (C) 2005-2023 Martin Gieseking <martin.gieseking@uos.de> **
+** Copyright (C) 2005-2024 Martin Gieseking <martin.gieseking@uos.de> **
** **
** This program is free software; you can redistribute it and/or **
** modify it under the terms of the GNU General Public License as **
@@ -24,18 +24,10 @@
#include <istream>
#include <list>
#include <vector>
-#include "MessageException.hpp"
-
class SpecialActions;
class SpecialManager;
-
-struct SpecialException : public MessageException {
- explicit SpecialException (const std::string &msg) : MessageException(msg) {}
-};
-
-
class SpecialHandler {
public:
virtual ~SpecialHandler () =default;