Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 30 May 2016 10:22:24 UTC Commit: b007cc009ef609a4b7fc77876113b906eb5e52b2 https://github.com/geany/geany/commit/b007cc009ef609a4b7fc77876113b906eb5e52...
Log Message: ----------- Remove redundant typedef with new Scintilla that breaks Windows builds
Modified Paths: -------------- src/editor.h
Modified: src/editor.h 2 lines changed, 0 insertions(+), 2 deletions(-) =================================================================== @@ -154,8 +154,6 @@ typedef struct GeanyEditor } GeanyEditor;
-typedef struct SCNotification SCNotification; -
const GeanyIndentPrefs *editor_get_indent_prefs(GeanyEditor *editor);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).