aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-02-15 19:44:56 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-02-15 19:44:56 +0100
commit5bbd959c3c78a7293ad00c2a022b800ec28f4b8d (patch)
treebec9d3a30b44e66aaa2cac329790c778527c3943
parent4d0fd65f9eba218bec1b26966228b211d743bf70 (diff)
downloadEpisodeBrowser-5bbd959c3c78a7293ad00c2a022b800ec28f4b8d.tar.gz
Remove test code.
-rw-r--r--c/main.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/c/main.c b/c/main.c
index d2ae07b..045d31c 100644
--- a/c/main.c
+++ b/c/main.c
@@ -23,7 +23,6 @@ WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
HWND hWnd;
MSG msg;
INITCOMMONCONTROLSEX icc;
- //term_t t;
WNDCLASSEX wc;
/* Initialize Prolog. */
@@ -34,14 +33,6 @@ WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
if (!PL_initialise(1, rgArgs))
PL_halt(1);
- //t = PL_new_term_refs(1);
- //if (!PL_put_atom_chars(t+0, "false"))
- // return 0;
- //if (!PL_call_predicate(NULL, PL_Q_NORMAL,
- // PL_predicate("set_prolog_gc_thread", 1, "user"),
- // t))
- // return 0;
-
Attach();
/* Create window. */