Remove redundant typedef with new Scintilla that breaks Windows builds

This commit is contained in:
Colomban Wendling 2016-05-30 12:22:24 +02:00
parent 916c41e1e6
commit b007cc009e

View File

@ -154,8 +154,6 @@ typedef struct GeanyEditor
}
GeanyEditor;
typedef struct SCNotification SCNotification;
const GeanyIndentPrefs *editor_get_indent_prefs(GeanyEditor *editor);