devPrivates rework: unhook resource system; will try a different approach.

This commit is contained in:
Eamon Walsh 2007-03-01 12:07:33 -05:00 committed by Eamon Walsh
commit 74f1de1de9
3 changed files with 6 additions and 23 deletions

View file

@ -183,12 +183,6 @@ extern Bool AddResource(
RESTYPE /*type*/,
pointer /*value*/);
extern Bool dixAddResource(
XID /*id*/,
RESTYPE /*type*/,
pointer /*value*/,
pointer /*parent*/);
extern void FreeResource(
XID /*id*/,
RESTYPE /*skipDeleteFuncType*/);