summaryrefslogtreecommitdiff
diff options
-rw-r--r--dash/ResultRendererTile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dash/ResultRendererTile.h b/dash/ResultRendererTile.h
index f7ac61116..9387d1608 100644
--- a/dash/ResultRendererTile.h
+++ b/dash/ResultRendererTile.h
@@ -96,9 +96,6 @@ private:
nux::BaseTexture* CreateTextureCallback(std::string const& texid,
int width, int height,
glib::Object<GdkPixbuf> const& pixbuf);
- nux::BaseTexture* CreateBlurredTextureCallback(std::string const& texid,
- int width, int height,
- glib::Object<GdkPixbuf> const& pixbuf);
nux::BaseTexture* DrawHighlight(std::string const& texid,
int width, int height);
};