diff options
author | rbuj <[email protected]> | 2019-04-19 21:01:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-29 15:07:26 +0200 |
commit | c09e5228537e4bcf5c9a074c696b698ff8ead1a5 (patch) | |
tree | 4d7c5ed14dee43c2a517a294ebe74724ffddc29d /src/Makefile.am | |
parent | fc1f63b1c04cb6101f3a780e104a7f295c4d307a (diff) | |
download | mate-system-monitor-c09e5228537e4bcf5c9a074c696b698ff8ead1a5.tar.bz2 mate-system-monitor-c09e5228537e4bcf5c9a074c696b698ff8ead1a5.tar.xz |
Use g_date_time_format instead of filter_date
https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b32983d..0518134 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,7 +38,6 @@ mate_system_monitor_cpp_files = \ iconthemewrapper.cpp mate_system_monitor_c_files = \ - e_date.c \ gsm_color_button.c mate_system_monitor_h_files = \ |