Delete QOF_STDOUT.

Apparently a hack for the long-gone QSF backend.
This commit is contained in:
John Ralls
2020-06-02 10:54:09 -07:00
parent 0281ef2fc5
commit 65e2639de4
2 changed files with 0 additions and 22 deletions

View File

@@ -129,11 +129,6 @@ QofXmlBackendProvider::type_check (const char *uri)
}
filename = gnc_uri_get_path (uri);
if (0 == g_strcmp0 (filename, QOF_STDOUT))
{
result = FALSE;
goto det_exit;
}
t = g_fopen (filename, "r");
if (!t)
{