diff options
author | raveit <[email protected]> | 2012-11-06 18:19:51 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2012-11-06 18:19:51 +0100 |
commit | f27253b155db8d3c06bf13801c63bdc282da4157 (patch) | |
tree | e8a449764975fe5066a67c9275ea73c56a88309b /src/mateconf-keys.h | |
parent | 7caef9a314fc9f1fea996d79601d4242286825b1 (diff) | |
download | mate-system-monitor-f27253b155db8d3c06bf13801c63bdc282da4157.tar.bz2 mate-system-monitor-f27253b155db8d3c06bf13801c63bdc282da4157.tar.xz |
Port to gesettings
Diffstat (limited to 'src/mateconf-keys.h')
-rw-r--r-- | src/mateconf-keys.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/mateconf-keys.h b/src/mateconf-keys.h deleted file mode 100644 index 400065c..0000000 --- a/src/mateconf-keys.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef H_PROCMAN_MATECONF_KEYS_1177430397 -#define H_PROCMAN_MATECONF_KEYS_1177430397 - -#include <string> - - -namespace procman -{ - namespace mateconf - { - extern const std::string root; - extern const std::string solaris_mode; - extern const std::string open_files_tree_prefix; - extern const std::string network_in_bits; - } -} - - -#endif // H_PROCMAN_MATECONF_KEYS_1177430397 |