summaryrefslogtreecommitdiffstats
path: root/src/ZYZSymbolSection.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-09-25 12:17:58 +0800
committerPeng Wu <alexepico@gmail.com>2014-09-25 12:17:58 +0800
commit32f5bdec221b157edc2879d2248a6b9f2743ac50 (patch)
treebd81c056021177afb9d211c4a8579517682a1f42 /src/ZYZSymbolSection.h
parented44207ce2b4633c1807dda8d617e0164e34b8b2 (diff)
downloadibus-libzhuyin-32f5bdec221b157edc2879d2248a6b9f2743ac50.tar.gz
ibus-libzhuyin-32f5bdec221b157edc2879d2248a6b9f2743ac50.tar.xz
ibus-libzhuyin-32f5bdec221b157edc2879d2248a6b9f2743ac50.zip
clean class SymbolSection
Diffstat (limited to 'src/ZYZSymbolSection.h')
-rw-r--r--src/ZYZSymbolSection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ZYZSymbolSection.h b/src/ZYZSymbolSection.h
index fce65f2..8e75888 100644
--- a/src/ZYZSymbolSection.h
+++ b/src/ZYZSymbolSection.h
@@ -31,7 +31,6 @@ namespace ZY {
class ZhuyinProperties;
class SymbolSection {
- friend class PhoneticEditor;
public:
SymbolSection (PhoneticEditor & editor, ZhuyinProperties & props) :
m_editor (editor), m_props(props) {}