From b007cc009ef609a4b7fc77876113b906eb5e52b2 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Mon, 30 May 2016 12:22:24 +0200 Subject: [PATCH] Remove redundant typedef with new Scintilla that breaks Windows builds --- src/editor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/editor.h b/src/editor.h index 8fc977c8..92ab00bc 100644 --- a/src/editor.h +++ b/src/editor.h @@ -154,8 +154,6 @@ typedef struct GeanyEditor } GeanyEditor; -typedef struct SCNotification SCNotification; - const GeanyIndentPrefs *editor_get_indent_prefs(GeanyEditor *editor);