Skip to content

Commit c332c71

Browse files
committed
Removes unreferenced xscroll.h (dup of xscrolldefs.h)
1 parent cea720f commit c332c71

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ IF(MAIKO_DISPLAY_X11)
8080
inc/xmkicondefs.h
8181
inc/xrdoptdefs.h
8282
inc/xscrolldefs.h
83-
inc/xscroll.h
8483
inc/xwinmandefs.h
8584
)
8685
MESSAGE("-- Configured for X11 display")

bin/makefile-tail

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ $(OBJECTDIR)xcursor.o: $(SRCDIR)xcursor.c $(REQUIRED-INCS) \
992992

993993
$(OBJECTDIR)xwinman.o: $(SRCDIR)xwinman.c $(REQUIRED-INCS) \
994994
$(INCDIR)lispemul.h $(INCDIR)miscstat.h $(INCDIR)devif.h $(INCDIR)xdefs.h \
995-
$(INCDIR)xscroll.h $(INCDIR)xwinmandefs.h $(INCDIR)keyeventdefs.h \
995+
$(INCDIR)xwinmandefs.h $(INCDIR)keyeventdefs.h \
996996
$(INCDIR)xlspwindefs.h $(INCDIR)xscrolldefs.h
997997
$(CC) $(RFLAGS) $(SRCDIR)xwinman.c -o $(OBJECTDIR)xwinman.o
998998

inc/xscroll.h

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)