diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-10-21 23:57:54 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-10-21 23:57:54 +0200 |
| commit | 554f41bac8f170ff62a2125d48f95bdcfff698be (patch) | |
| tree | 4941d7c5ad95dbd316060cb11180077c7ce97fae /plugins/unityshell | |
| parent | 8f98dd484eb0bb2c898d333ef944772bdb4f629b (diff) | |
UnityScreen: remove getMipmap override
(bzr r3566.4.30)
Diffstat (limited to 'plugins/unityshell')
| -rw-r--r-- | plugins/unityshell/src/unityshell.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/unityshell/src/unityshell.h b/plugins/unityshell/src/unityshell.h index d9f5c4958..69a25b636 100644 --- a/plugins/unityshell/src/unityshell.h +++ b/plugins/unityshell/src/unityshell.h @@ -254,8 +254,6 @@ private: void UpdateCloseWindowKey(CompAction::KeyBinding const&); - bool getMipmap () override { return true; } - std::unique_ptr<na::TickSource> tick_source_; std::unique_ptr<na::AnimationController> animation_controller_; |
