diff options
author | monsta <[email protected]> | 2016-03-01 15:08:41 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-03-01 15:08:41 +0300 |
commit | dc2c4085936c4768bbfa03260dfd93ebaa3f8fad (patch) | |
tree | 8e1816f52c5b6bc8b32b0b64c2be1e75ee6ddbca /src/procman_matesu.h | |
parent | 59b405f49c4548e9c0ebf3fd2329ca0b0a042125 (diff) | |
download | mate-system-monitor-dc2c4085936c4768bbfa03260dfd93ebaa3f8fad.tar.bz2 mate-system-monitor-dc2c4085936c4768bbfa03260dfd93ebaa3f8fad.tar.xz |
drop weird matesu support (did matesu ever exist?!)
Diffstat (limited to 'src/procman_matesu.h')
-rw-r--r-- | src/procman_matesu.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/procman_matesu.h b/src/procman_matesu.h deleted file mode 100644 index fb1a893..0000000 --- a/src/procman_matesu.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef H_MATE_SYSTEM_MONITOR_MATESU_H_1132171917 -#define H_MATE_SYSTEM_MONITOR_MATESU_H_1132171917 - -#include <glib.h> - -gboolean -procman_matesu_create_root_password_dialog(const char * message); - -gboolean -procman_has_matesu(void) G_GNUC_CONST; - -#endif /* H_MATE_SYSTEM_MONITOR_MATESU_H_1132171917 */ |