aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/error.h b/src/error.h
index 7ee0ac6..c9cad00 100644
--- a/src/error.h
+++ b/src/error.h
@@ -29,15 +29,6 @@
namespace SciTECO {
-/* thrown as exception, executed at cmdline macro level */
-class ReplaceCmdline {
-public:
- gchar *new_cmdline;
- gint pos;
-
- ReplaceCmdline();
-};
-
/*
* Thrown as exception to signify that program
* should be terminated.