diff options
author | monsta <[email protected]> | 2016-11-27 21:30:01 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-27 21:30:01 +0300 |
commit | caa00774163777f00ea1694bd99e4c749e6fb15a (patch) | |
tree | 05646c783bac6b1bb176cc9e78d2e1738a57ff0a /pluma/pluma-utils.h | |
parent | 49be92055f3f3319b9149b991d5b55a5ba99d453 (diff) | |
download | pluma-caa00774163777f00ea1694bd99e4c749e6fb15a.tar.bz2 pluma-caa00774163777f00ea1694bd99e4c749e6fb15a.tar.xz |
remove useless function
Diffstat (limited to 'pluma/pluma-utils.h')
-rw-r--r-- | pluma/pluma-utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pluma/pluma-utils.h b/pluma/pluma-utils.h index 066bb438..a73926d2 100644 --- a/pluma/pluma-utils.h +++ b/pluma/pluma-utils.h @@ -64,8 +64,6 @@ void pluma_utils_menu_position_under_tree_view gboolean *push_in, gpointer user_data); -gchar *pluma_gdk_color_to_string (GdkColor color); - GtkWidget *pluma_gtk_button_new_with_stock_icon (const gchar *label, const gchar *stock_id); |