Removed a Freestyle-specific function call from bf_windowmanager.

Suggested by Sergey Sharybin through a code review of the branch.
This commit is contained in:
Tamito Kajiyama
2013-03-23 21:38:35 +00:00
parent 62cede96d3
commit 866d80bdf2
4 changed files with 15 additions and 23 deletions

View File

@@ -69,10 +69,6 @@ if env['BF_BUILDINFO']:
if env['WITH_BF_INTERNATIONAL']:
defs.append('WITH_INTERNATIONAL')
if env['WITH_BF_FREESTYLE']:
incs += ' ../freestyle'
defs.append('WITH_FREESTYLE')
if env['WITH_BF_COMPOSITOR']:
defs.append("WITH_COMPOSITOR")