diff options
author | rbuj <[email protected]> | 2020-08-03 16:56:50 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2020-08-05 06:48:04 +0000 |
commit | fc480d2c5381161a58b67aefe281f94300f0dbc0 (patch) | |
tree | 3fd11b36ef46696cb52e441fcaf9a6b2c86b9fc4 /applets/clock/clock-utils.h | |
parent | 1c72cac05bf6c42cd6aa0832e398254a5107f5b8 (diff) | |
download | mate-panel-fc480d2c5381161a58b67aefe281f94300f0dbc0.tar.bz2 mate-panel-fc480d2c5381161a58b67aefe281f94300f0dbc0.tar.xz |
clock-face: Use gdk_pixbuf_new_from_resource_at_scale
Diffstat (limited to 'applets/clock/clock-utils.h')
-rw-r--r-- | applets/clock/clock-utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/applets/clock/clock-utils.h b/applets/clock/clock-utils.h index 2ba0ef79..da54094f 100644 --- a/applets/clock/clock-utils.h +++ b/applets/clock/clock-utils.h @@ -50,10 +50,6 @@ void clock_utils_display_help (GtkWidget *widget, const char *doc_id, const char *link_id); -GdkPixbuf *clock_utils_pixbuf_from_svg_resource_at_size (const char *resource, - int width, - int height); - #ifdef __cplusplus } #endif |