mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 20:50:08 +01:00
xace: drop duplicate export of XaceHooks from .c source
it's already defined in xace.h. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1274>
This commit is contained in:
parent
e343a52fcf
commit
cc0e7fadc7
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "gcstruct.h"
|
||||
#include "xacestr.h"
|
||||
|
||||
_X_EXPORT CallbackListPtr XaceHooks[XACE_NUM_HOOKS] = { 0 };
|
||||
CallbackListPtr XaceHooks[XACE_NUM_HOOKS] = { 0 };
|
||||
|
||||
/* Special-cased hook functions. Called by Xserver.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue