-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(customizer): disable saving patched config files
- Loading branch information
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,6 @@ | |
// Copyright RIME Developers | ||
// Distributed under the BSD License | ||
// | ||
// 2012-02-12 GONG Chen <[email protected]> | ||
// | ||
#ifndef RIME_CUSTOMIZER_H_ | ||
#define RIME_CUSTOMIZER_H_ | ||
|
||
|
@@ -20,8 +18,11 @@ class Customizer { | |
dest_path_(dest_path), | ||
version_key_(version_key) {} | ||
|
||
// DEPRECATED: in favor of auto-patch config compiler plugin | ||
bool UpdateConfigFile(); | ||
|
||
bool TrashCustomizedCopy(); | ||
|
||
protected: | ||
boost::filesystem::path source_path_; | ||
boost::filesystem::path dest_path_; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88f5a0c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
也就是从这个 Commit 开始,小狼毫就无法使用 librime 了吧。