diff options
author | Pablo Barciela <[email protected]> | 2020-08-12 13:48:13 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-09-02 18:18:35 +0200 |
commit | 5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c (patch) | |
tree | febebefb25bf8b6764a8fba36f1e422ab6cfee06 /src/main.c | |
parent | b7350733555def60354b30c40be650c5474647b6 (diff) | |
download | eom-5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c.tar.bz2 eom-5f79d0620ffb2d7a85ea184e6f1c4594bdb6189c.tar.xz |
Remove unused macros
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -46,8 +46,6 @@ #include <exempi/xmp.h> #endif -#define EOM_CSS_FILE_PATH EOM_DATA_DIR G_DIR_SEPARATOR_S "eom.css" - static EomStartupFlags flags; static gboolean fullscreen = FALSE; |