diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-08 08:35:21 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-12-08 08:35:21 -0500 |
commit | 49411238b04f3510d18617d1498622cf199c617d (patch) | |
tree | 2cd27693a1a4924d5332f592f666ea49a159544e /src/Texture.cpp | |
parent | fdd51ab588a2ec9fca54215039803d187a10178e (diff) |
documentation, dialog box borders
Diffstat (limited to 'src/Texture.cpp')
-rw-r--r-- | src/Texture.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Texture.cpp b/src/Texture.cpp index 5e5651d..5e367a9 100644 --- a/src/Texture.cpp +++ b/src/Texture.cpp @@ -100,7 +100,3 @@ void Texturec::bindNext(){ void Texturec::bindPrev(){ bind(--texState); } - -void Texturec::walk(){ - // hey -} |