Skip to content

Commit 23ede5f

Browse files
authored
Remove unused var
1 parent 855f4f1 commit 23ede5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Application.vala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ public class Application : Gtk.Application {
1010

1111
public static uint created_documents = 1;
1212
public static string data_dir_path = Environment.get_user_data_dir () + "/slate";
13-
public bool newdocument = false;
1413

1514
public Application () {
1615
Object (

0 commit comments

Comments
 (0)