diff options
author | monsta <[email protected]> | 2015-12-22 11:42:25 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-12-22 11:42:25 +0300 |
commit | cdcd6f27775b9e328927bb9d1bde29a94f70d35a (patch) | |
tree | eaa878f93d99193c87c122185a56ef3998924c74 | |
parent | 456656ed83383c6d41def089ea29716e977f44a5 (diff) | |
download | mate-panel-cdcd6f27775b9e328927bb9d1bde29a94f70d35a.tar.bz2 mate-panel-cdcd6f27775b9e328927bb9d1bde29a94f70d35a.tar.xz |
clock: remove useless include
-rw-r--r-- | applets/clock/calendar-window.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applets/clock/calendar-window.c b/applets/clock/calendar-window.c index 970ea218..09449b44 100644 --- a/applets/clock/calendar-window.c +++ b/applets/clock/calendar-window.c @@ -33,9 +33,6 @@ #include <gio/gio.h> #include <gtk/gtk.h> -#define MATE_DESKTOP_USE_UNSTABLE_API -#include <libmate-desktop/mate-desktop-utils.h> - #include "calendar-window.h" #include "clock.h" |