src/Palete/VapiParser.vala
authorAlan Knowles <alan@roojs.com>
Wed, 6 May 2015 07:26:56 +0000 (15:26 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 6 May 2015 07:26:56 +0000 (15:26 +0800)
src/Palete/VapiParser.vala.c

src/Palete/VapiParser.vala

index c60afd3..9819f9f 100644 (file)
@@ -310,12 +310,7 @@ public class ValaDoc : Object {
                        //stdout.printf ("Valadoc %s\n", Config.version);
                        return 0;
                }
-
-               if (directory == null) {
-                       reporter.simple_error ("error: No output directory specified.");
-                       return quit (reporter);
-               }
-
                if (!check_pkg_name ()) {
                        reporter.simple_error ("error: File already exists");
                        return quit (reporter);