From 506bff7b0ea8619d634d16088a4168b088af8359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Fri, 21 Apr 2017 22:15:48 +0200 Subject: Remove version number at the bottom and the logo from the about tab. --- plugingui/mainwindow.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugingui/mainwindow.h') 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:: -- cgit v1.2.3