summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/resource_bundle_linux.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/resource_bundle_linux.cc b/app/resource_bundle_linux.cc
index 47d893d..c84fa33 100644
--- a/app/resource_bundle_linux.cc
+++ b/app/resource_bundle_linux.cc
@@ -176,7 +176,6 @@ GdkPixbuf* ResourceBundle::GetPixbufImpl(int resource_id, bool rtl_enabled) {
return found->second;
}
-
std::vector<unsigned char> data;
LoadImageResourceBytes(resource_id, &data);
GdkPixbuf* pixbuf = LoadPixbuf(data, rtl_enabled);