*** empty log message ***
[m17n/m17n-lib-cs.git] / MDatabase.cs
index 9a1b3e6..798599f 100644 (file)
@@ -139,7 +139,7 @@ namespace M17N.Core
     private static MDatabaseDir[] DBDirs = new MDatabaseDir[3];
 
     private const string SystemDirectory = "/usr/share/m17n";
-    private readonly MSymbol Mversion = new MSymbol ("version");
+    private readonly MSymbol Mversion = MSymbol.Of ("version");
 
     /// Type of database
     private enum MDBType
@@ -326,12 +326,6 @@ namespace M17N.Core
       DBDirs[2] = new MDatabaseDir (Path.Combine (share_dir, "m17n"));
     }
 
-    private static void Update ()
-    {
-
-    }
-
-
     public static MDatabase Find (MDatabaseTag tag)
     {
       MDatabase db;