diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-28 17:44:42 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-28 17:44:42 +0100 |
commit | 38f7a4c66ec15897c05eb0f3577aaca4cb1b884d (patch) | |
tree | 24aae55c48428b95c6fea9237deb83197507fec0 /capplets/about-me/mate-about-me.c | |
parent | 44c15cac8d362deb7a4febd16d9dc2288f4f54e7 (diff) | |
download | mate-control-center-38f7a4c66ec15897c05eb0f3577aaca4cb1b884d.tar.bz2 mate-control-center-38f7a4c66ec15897c05eb0f3577aaca4cb1b884d.tar.xz |
about-me: Remove unused constant
Diffstat (limited to 'capplets/about-me/mate-about-me.c')
-rw-r--r-- | capplets/about-me/mate-about-me.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/capplets/about-me/mate-about-me.c b/capplets/about-me/mate-about-me.c index 6e125d3c..164408d5 100644 --- a/capplets/about-me/mate-about-me.c +++ b/capplets/about-me/mate-about-me.c @@ -41,8 +41,6 @@ #define MAX_HEIGHT 100 #define MAX_WIDTH 100 -#define EMAIL_SLOTS 4 - typedef struct { GtkBuilder *dialog; |