summaryrefslogtreecommitdiff
path: root/dash
diff options
authorNick Dedekind <nicholas.dedekind@gmail.com>2012-09-11 14:51:14 +0100
committerNick Dedekind <nicholas.dedekind@gmail.com>2012-09-11 14:51:14 +0100
commitb37a56d5542b360c4a7a2d3f2e3eb30955595ab0 (patch)
tree4f25630c372e8b9919a84eab6cefa3191d49ea9a /dash
parent0b429f033a3d47331528787cd73405e108bb1095 (diff)
Removed non-implemented function from header.
(bzr r2676.4.2)
Diffstat (limited to 'dash')
-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);
};