aboutsummaryrefslogtreecommitdiff
path: root/c/main.h
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-02 20:10:35 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-02 20:10:35 +0200
commitae3225a4e7ef86d159fdf27834c453ffcd4da76c (patch)
treef52129b946fdebfee8ffd88bc2b90347786e6e0e /c/main.h
parent288f4c294ac1be89b151a3f96eb9d5cb9d91055f (diff)
downloadEpisodeBrowser-ae3225a4e7ef86d159fdf27834c453ffcd4da76c.tar.gz
Implement draggable split.
Next step is to allow a double click to reset the split to be automatically resized.
Diffstat (limited to 'c/main.h')
-rw-r--r--c/main.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/main.h b/c/main.h
deleted file mode 100644
index 1f9d3bf..0000000
--- a/c/main.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef MAIN_H
-#define MAIN_H
-
-void UpdateLayout(int w = 0, int h = 0);
-
-#endif