Skip to content

Commit

Permalink
GUACAMOLE-377: Remove all old surface, display, cursor, and rect code…
Browse files Browse the repository at this point in the history
… from src/common/.
  • Loading branch information
mike-jumper committed Aug 31, 2024
1 parent 95b9eb5 commit e20f440
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 5,406 deletions.
20 changes: 2 additions & 18 deletions src/common/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,36 +31,20 @@ SUBDIRS = . tests

noinst_HEADERS = \
common/io.h \
common/blank_cursor.h \
common/clipboard.h \
common/cursor.h \
common/defaults.h \
common/display.h \
common/dot_cursor.h \
common/ibar_cursor.h \
common/iconv.h \
common/json.h \
common/list.h \
common/pointer_cursor.h \
common/rect.h \
common/string.h \
common/surface.h
common/string.h

libguac_common_la_SOURCES = \
io.c \
blank_cursor.c \
clipboard.c \
cursor.c \
display.c \
dot_cursor.c \
ibar_cursor.c \
iconv.c \
json.c \
list.c \
pointer_cursor.c \
rect.c \
string.c \
surface.c
string.c

libguac_common_la_CFLAGS = \
-Werror -Wall -pedantic \
Expand Down
75 changes: 0 additions & 75 deletions src/common/blank_cursor.c

This file was deleted.

64 changes: 0 additions & 64 deletions src/common/common/blank_cursor.h

This file was deleted.

Loading

0 comments on commit e20f440

Please sign in to comment.