aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/goto.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/goto.cpp')
-rw-r--r--src/goto.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/goto.cpp b/src/goto.cpp
index 4996122..d0b2dab 100644
--- a/src/goto.cpp
+++ b/src/goto.cpp
@@ -116,7 +116,7 @@ StateLabel::StateLabel() : State()
}
State *
-StateLabel::custom(gchar chr) throw (Error)
+StateLabel::custom(gchar chr)
{
if (chr == '!') {
Goto::table->undo_set(strings[0],
@@ -166,7 +166,7 @@ StateLabel::custom(gchar chr) throw (Error)
* terminate the command-line.
*/
State *
-StateGotoCmd::done(const gchar *str) throw (Error)
+StateGotoCmd::done(const gchar *str)
{
tecoInt value;
gchar **labels;