(1820) xkb: xkbgeom.h: drop unused XkbSetLogoDoodad(Color|Shape) macros
Not used anywhere, so no need to keep them any longer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
		
							parent
							
								
									736b47316f
								
							
						
					
					
						commit
						b5f3b7a1b0
					
				| 
						 | 
					@ -130,8 +130,6 @@ typedef struct _XkbLogoDoodad {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define	XkbLogoDoodadColor(g,d)		(&(g)->colors[(d)->color_ndx])
 | 
					#define	XkbLogoDoodadColor(g,d)		(&(g)->colors[(d)->color_ndx])
 | 
				
			||||||
#define	XkbLogoDoodadShape(g,d)		(&(g)->shapes[(d)->shape_ndx])
 | 
					#define	XkbLogoDoodadShape(g,d)		(&(g)->shapes[(d)->shape_ndx])
 | 
				
			||||||
#define	XkbSetLogoDoodadColor(g,d,c)	((d)->color_ndx= (c)-&(g)->colors[0])
 | 
					 | 
				
			||||||
#define	XkbSetLogoDoodadShape(g,d,s)	((d)->shape_ndx= (s)-&(g)->shapes[0])
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
typedef struct _XkbAnyDoodad {
 | 
					typedef struct _XkbAnyDoodad {
 | 
				
			||||||
    Atom name;
 | 
					    Atom name;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue