summaryrefslogtreecommitdiff
path: root/plugingui/mainwindow.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-21 22:15:48 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-21 22:15:48 +0200
commit506bff7b0ea8619d634d16088a4168b088af8359 (patch)
treeb03e468882b0a5d0688f2a76fb5ed37547c7cc7c /plugingui/mainwindow.h
parent05bb6ad8f1ad6d3abf835a9ad91a5b42f90db920 (diff)
Remove version number at the bottom and the logo from the about tab.
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r--plugingui/mainwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h
index 7f95794..6ab3996 100644
--- a/plugingui/mainwindow.h
+++ b/plugingui/mainwindow.h
@@ -34,7 +34,6 @@
#include "texturedbox.h"
#include "window.h"
#include "maintab.h"
-#include "font.h"
#include "pluginconfig.h"
namespace GUI
@@ -69,7 +68,6 @@ private:
AboutTab about_tab{&tabs};
Image back{":resources/bg.png"};
- Image logo{":resources/logo.png"};
TexturedBox sidebar{getImageCache(), ":resources/sidebar.png",
0, 0, // offset
@@ -82,8 +80,6 @@ private:
17, 1, 1}; // dy1, dy2, dy3
bool closing{false};
-
- Font font;
};
} // GUI::