Skip to content

Commit

Permalink
Merge pull request #187 from chewing/chewingwrapper-cleanup
Browse files Browse the repository at this point in the history
refactor: delete unused chewingwrapper
  • Loading branch information
kanru authored Aug 16, 2024
2 parents e9d1297 + b9bea85 commit a5768c2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 309 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ add_subdirectory(${PROJECT_LIBCHEWING})

add_subdirectory(${PROJECT_SOURCE_DIR}/libIME)

add_subdirectory(chewingwrapper)

add_subdirectory(${PROJECT_SOURCE_DIR}/ChewingTextService)

add_subdirectory(${PROJECT_SOURCE_DIR}/ChewingPreferences)
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Implement chewing in Windows via Text Services Framework:
* LibIME contains a library which aims to be a simple wrapper for Windows Text Service Framework (TSF).
* ChewingTextService contains an implementation of Windows text service for libchewing using libIME.
* chewingwrapper contains a C++ wrapper for libchewing.

All parts are licensed under GNU LGPL v2.1 license.

Expand Down
39 changes: 0 additions & 39 deletions chewingwrapper/CMakeLists.txt

This file was deleted.

50 changes: 0 additions & 50 deletions chewingwrapper/include/chewingwrapper.hpp

This file was deleted.

155 changes: 0 additions & 155 deletions chewingwrapper/src/chewingwrapper.cpp

This file was deleted.

62 changes: 0 additions & 62 deletions chewingwrapper/test/test-chewingwrapper.cpp

This file was deleted.

0 comments on commit a5768c2

Please sign in to comment.