aboutsummaryrefslogtreecommitdiffhomepage
path: root/sciteco.h
diff options
context:
space:
mode:
Diffstat (limited to 'sciteco.h')
-rw-r--r--sciteco.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sciteco.h b/sciteco.h
index b0c2c84..88b41cc 100644
--- a/sciteco.h
+++ b/sciteco.h
@@ -8,10 +8,7 @@
#include <Scintilla.h>
-#include "undo.h"
-
extern gchar *cmdline;
-extern gint macro_pc;
void message_display(GtkMessageType type,
const gchar *fmt, ...) G_GNUC_PRINTF(2, 3);
@@ -21,8 +18,6 @@ void cmdline_display(const gchar *cmdline);
sptr_t editor_msg(unsigned int iMessage, uptr_t wParam = 0, sptr_t lParam = 0);
-bool macro_execute(const gchar *macro);
-
#define IS_CTL(C) ((C) < ' ')
#define CTL_ECHO(C) ((C) | 0x40)