diff options
author | Perberos <[email protected]> | 2011-12-21 00:23:56 -0200 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-21 00:23:56 -0200 |
commit | 17cff1fcdb4712dae55a3e646eab4f44e0a50bd7 (patch) | |
tree | f5ea33bf557f2ab2a9bfb000c2e032a9f913df49 /stickynotes | |
parent | 932f6f535f3cf5f799ff71c70033ac4d83188d5e (diff) | |
download | mate-applets-17cff1fcdb4712dae55a3e646eab4f44e0a50bd7.tar.bz2 mate-applets-17cff1fcdb4712dae55a3e646eab4f44e0a50bd7.tar.xz |
removing unused constant XML_PATH
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/stickynotes_applet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stickynotes/stickynotes_applet.h b/stickynotes/stickynotes_applet.h index 976aff54..6939ca0c 100644 --- a/stickynotes/stickynotes_applet.h +++ b/stickynotes/stickynotes_applet.h @@ -30,7 +30,6 @@ #define MATECONF_PATH "/apps/stickynotes_applet" #define BUILDER_PATH GTK_BUILDERDIR "/stickynotes.ui" -#define XML_PATH "/.config/mate/stickynotes_applet" #define ICON_PATH STICKYNOTES_ICONDIR #define STICKYNOTES_STOCK_LOCKED "stickynotes-stock-locked" |