Removing some debug messages.
This commit is contained in:
		
							
								
								
									
										2
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								st.c
									
									
									
									
									
								
							@ -807,7 +807,6 @@ void selclear(XEvent *e) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
selrequest(XEvent *e) {
 | 
					selrequest(XEvent *e) {
 | 
				
			||||||
	fprintf(stderr, "selrequest\n");
 | 
					 | 
				
			||||||
	XSelectionRequestEvent *xsre;
 | 
						XSelectionRequestEvent *xsre;
 | 
				
			||||||
	XSelectionEvent xev;
 | 
						XSelectionEvent xev;
 | 
				
			||||||
	Atom xa_targets, string;
 | 
						Atom xa_targets, string;
 | 
				
			||||||
@ -843,7 +842,6 @@ selrequest(XEvent *e) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
xsetsel(char *str) {
 | 
					xsetsel(char *str) {
 | 
				
			||||||
	fprintf(stderr, "xsetsel: %s\n", str);
 | 
					 | 
				
			||||||
	/* register the selection for both the clipboard and the primary */
 | 
						/* register the selection for both the clipboard and the primary */
 | 
				
			||||||
	Atom clipboard;
 | 
						Atom clipboard;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user