>  static void create_signals(GObjectClass *g_object_class)
>  {
>       /* Document signals */
>       geany_object_signals[GCB_DOCUMENT_NEW] = g_signal_new (
>               "document-new",
>               G_OBJECT_CLASS_TYPE (g_object_class),
>               G_SIGNAL_RUN_FIRST,
> -             G_STRUCT_OFFSET (GeanyObjectClass, document_new),

this indeed is probably useless, but you should probably document why you 
removed it so future gazers don't wonder.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1038/files/f681a14158faddb1ff7f425f3da35a6e989e70af..a842d18cc79e2eac9ee45c29a37d1d1a27d414ce#r65814702

Reply via email to