summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index b36791b13..9150ad1a7 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -424,8 +424,6 @@ Skin *Theme::readSkin(const std::string &filename, const bool full)
Image *const dBorders = Theme::getImageFromTheme(skinSetImage);
ImageRect *const border = new ImageRect;
ImageRect *const images = new ImageRect;
- memset(border, 0, sizeof(ImageRect));
- memset(images, 0, sizeof(ImageRect));
int padding = 3;
int titlePadding = 4;
int titlebarHeight = 0;