mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
xkb: remove some now-useless XFUNCPROTOBEGIN
We bring them back if we start rewriting the server in C++, promise. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -334,8 +334,6 @@ extern _X_EXPORT int DeviceEnterNotify,DeviceLeaveNotify;
|
||||
#define False FALSE
|
||||
#endif
|
||||
|
||||
_XFUNCPROTOBEGIN
|
||||
|
||||
extern _X_EXPORT void XkbUseMsg(
|
||||
void
|
||||
);
|
||||
@@ -1000,8 +998,6 @@ extern _X_EXPORT XkbDescPtr XkbCompileKeymap(
|
||||
XkbRMLVOSet * /* rmlvo */
|
||||
);
|
||||
|
||||
_XFUNCPROTOEND
|
||||
|
||||
#define XkbAtomGetString(s) NameForAtom(s)
|
||||
|
||||
#endif /* _XKBSRV_H_ */
|
||||
|
||||
@@ -311,8 +311,6 @@ typedef struct _XkbGeometrySizes {
|
||||
unsigned short num_key_aliases;
|
||||
} XkbGeometrySizesRec,*XkbGeometrySizesPtr;
|
||||
|
||||
_XFUNCPROTOBEGIN
|
||||
|
||||
extern XkbPropertyPtr
|
||||
XkbAddGeomProperty(
|
||||
XkbGeometryPtr /* geom */,
|
||||
@@ -630,6 +628,4 @@ XkbFindOverlayForKey(
|
||||
char * /* under */
|
||||
);
|
||||
|
||||
_XFUNCPROTOEND
|
||||
|
||||
#endif /* _XKBGEOM_H_ */
|
||||
|
||||
Reference in New Issue
Block a user