mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 02:20:03 +01:00
glamor: glamor_debug.h: drop unused AbortServer() declaration
This really looks like a leftover from b861aad8e2.
In any case, if that function shall become part of extension/driver API,
it should be declared with _X_EXPORT in some suitable header file - locally
declaring extern really isn't a good idea and just an invitation for subtle bugs.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1265>
This commit is contained in:
parent
ee011ea82b
commit
113ffdf85c
1 changed files with 0 additions and 4 deletions
|
|
@ -35,10 +35,6 @@
|
|||
#define GLAMOR_DEBUG_TEXTURE_DOWNLOAD 2
|
||||
#define GLAMOR_DEBUG_TEXTURE_DYNAMIC_UPLOAD 3
|
||||
|
||||
extern void
|
||||
AbortServer(void)
|
||||
_X_NORETURN;
|
||||
|
||||
#define GLAMOR_PANIC(_format_, ...) \
|
||||
do { \
|
||||
LogMessageVerb(X_NONE, 0, "Glamor Fatal Error" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue