mirror of https://github.com/buggins/dlangui.git
clean up
This commit is contained in:
parent
316430b2a6
commit
ec271ddf62
|
@ -112,9 +112,7 @@ class MainFrame : AppFrame {
|
||||||
}
|
}
|
||||||
|
|
||||||
this(Window window) {
|
this(Window window) {
|
||||||
//_settings = new AppSettings("_dlearnrc.json");
|
|
||||||
_settings = new AppSettings(buildNormalizedPath(settingsDir, "dlearnrc.json"));
|
_settings = new AppSettings(buildNormalizedPath(settingsDir, "dlearnrc.json"));
|
||||||
//Log.d("_dlearnrc = " ~ buildNormalizedPath(settingsDir, "_dlearnrc.json"));
|
|
||||||
cacheFile = buildNormalizedPath(settingsDir, "dlearn_ini.d");
|
cacheFile = buildNormalizedPath(settingsDir, "dlearn_ini.d");
|
||||||
applySettings(_settings);
|
applySettings(_settings);
|
||||||
|
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
import std.stdio;
|
|
||||||
import std.path;
|
|
||||||
import std.file;
|
|
||||||
import std.string;
|
|
||||||
import std.algorithm;
|
|
||||||
import std.array;
|
|
||||||
import std.conv;
|
|
||||||
import std.typecons;
|
|
||||||
|
|
||||||
int main() {
|
|
||||||
|
|
||||||
int x = 3;
|
|
||||||
|
|
||||||
writeln("Ok! ", x);
|
|
||||||
return 0;
|
|
||||||
}
|
|
Loading…
Reference in New Issue