diff options
author | Matt Turner <[email protected]> | 2012-08-22 12:45:48 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-08-24 11:08:19 -0700 |
commit | 179d8aa3317eaadcdfe73a2fcd1894612b7380d0 (patch) | |
tree | 654bdf55d77e1634b87cb8fcad1107c06b930665 /src/mesa/sources.mak | |
parent | 57c57df7b4579b60a84062df2e64f84dd84558b5 (diff) |
Move _mesa_dl* functions into dlopen.h and inline them
No point in having an extra function call for inlinable functions.
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index dedeed998b1..7f7ea28853f 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -32,7 +32,6 @@ MAIN_FILES = \ $(SRCDIR)main/debug.c \ $(SRCDIR)main/depth.c \ $(SRCDIR)main/dlist.c \ - $(SRCDIR)main/dlopen.c \ $(SRCDIR)main/drawpix.c \ $(SRCDIR)main/drawtex.c \ $(SRCDIR)main/enable.c \ |