Skip to content
Snippets Groups Projects
Commit 344ed6f1 authored by Simon McVittie's avatar Simon McVittie
Browse files

check-gl: Stub out unused code


I'm not deleting this because we expect to want it later.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 201c4ace
No related branches found
No related tags found
1 merge request!5Finish initial check-gl: add to packaging, and be compatible with SteamRT 1 'scout'
......@@ -107,6 +107,7 @@ _print_error (const char *str)
fprintf (stderr, "gnome-session-is-accelerated: %s\n", str);
}
#if 0
static gboolean
_is_comment (const char *line)
{
......@@ -117,6 +118,7 @@ _is_comment (const char *line)
return TRUE;
return FALSE;
}
#endif
static gboolean
_is_gl_renderer_blacklisted (const char *renderer)
......@@ -270,6 +272,7 @@ out:
return renderer;
}
#if 0
static gboolean
_has_extension (const char *extension_list,
const char *extension)
......@@ -329,6 +332,7 @@ _display_has_extension (Display *display, const char *extension)
out:
return ret;
}
#endif
static gboolean print_renderer = FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment