diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-01-10 17:56:25 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-01-10 17:56:25 +0100 |
commit | f6d4eed031e94570151cb4599e93d92b4612d53b (patch) | |
tree | d4be6e906f5d716eecd561a0a99a81e7d8309d44 /src/nautilus-main.c | |
parent | ac168820fbb4db7fbdf243a0d6b118ce445cdf37 (diff) | |
download | nautilus-f6d4eed031e94570151cb4599e93d92b4612d53b.tar.gz |
debug: fix build without debugging support (#639107)
Diffstat (limited to 'src/nautilus-main.c')
-rw-r--r-- | src/nautilus-main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-main.c b/src/nautilus-main.c index 6b0dd50c2..25c985be6 100644 --- a/src/nautilus-main.c +++ b/src/nautilus-main.c @@ -96,8 +96,6 @@ main (int argc, char *argv[]) xmp_init(); #endif - nautilus_debug_set_flags_from_env (); - /* Initialize the services that we use. */ LIBXML_TEST_VERSION |