[geany/geany-plugins] 75666a: scope: removed plugme #infdef checks, they don't work with Geany 1.25

Dimitar Zhekov git-noreply at xxxxx
Fri Oct 2 16:32:40 UTC 2015


Branch:      refs/heads/master
Author:      Dimitar Zhekov <dimitar.zhekov at gmail.com>
Committer:   Dimitar Zhekov <dimitar.zhekov at gmail.com>
Date:        Fri, 02 Oct 2015 16:32:40 UTC
Commit:      75666aea21d07b935575952d11f4a188a57ab0e2
             https://github.com/geany/geany-plugins/commit/75666aea21d07b935575952d11f4a188a57ab0e2

Log Message:
-----------
scope: removed plugme #infdef checks, they don't work with Geany 1.25


Modified Paths:
--------------
    scope/ChangeLog
    scope/src/plugme.h

Modified: scope/ChangeLog
8 lines changed, 8 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,11 @@
+2015-10-02  Dimitar Zhekov  <dimitar.zhekov at gmail.com>
+
+ * src/scope.c:
+   Removed the unused saved_id variable.
+ * src/plugme.h:
+   Removed the #ifndef checks, they don't work with Geany 1.25.
+
+
 2015-10-01  Dimitar Zhekov  <dimitar.zhekov at gmail.com>
 
  * src/debug.c:


Modified: scope/src/plugme.h
6 lines changed, 0 insertions(+), 6 deletions(-)
===================================================================
@@ -19,23 +19,17 @@
 
 #ifndef PLUGME_H
 
-#ifndef ui_setup_open_button_callback
 void plugme_ui_setup_open_button_callback(GtkWidget *open_btn, const gchar *title,
 		GtkFileChooserAction action, GtkEntry *entry);
 #define ui_setup_open_button_callback plugme_ui_setup_open_button_callback
-#endif  /* ui_setup_open_button_callback */
 
-#ifndef editor_get_default_selection
 gchar *plugme_editor_get_default_selection(GeanyEditor *editor, gboolean use_current_word,
 		const gchar *wordchars);
 #define editor_get_default_selection plugme_editor_get_default_selection
-#endif  /* editor_get_default_selection */
 
-#ifndef ui_add_config_file_menu_item
 GtkWidget *plugme_ui_add_config_file_menu_item(const gchar *real_path, const gchar *label,
 	GtkContainer *parent);
 #define ui_add_config_file_menu_item plugme_ui_add_config_file_menu_item
-#endif  /* ui_add_config_file_menu_item */
 
 #define PLUGME_H 1
 #endif



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list