diff options
Diffstat (limited to 'src/hyper/htadd.c')
-rw-r--r-- | src/hyper/htadd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/hyper/htadd.c b/src/hyper/htadd.c index d289fea0..2363c140 100644 --- a/src/hyper/htadd.c +++ b/src/hyper/htadd.c @@ -1,7 +1,7 @@ /* Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd. All rights reserved. - Copyright (C) 2007-2009, Gabriel Dos Reis. + Copyright (C) 2007-2010, Gabriel Dos Reis. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -75,8 +75,6 @@ extern int line_number; /* keeps track of which line a page starts on * in a file. This way someone can start * including a line number counter into * HyperDoc. */ -/* for compatibility with HyperDoc */ -openaxiom_sio *spad_socket = NULL; int fresh = 0; #define Delete 1 |