mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Delete QOF_STDOUT.
Apparently a hack for the long-gone QSF backend.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user