Remove unused method declarations in hog.cpp
authorJon Eyolfson <jon@eyl.io>
Fri, 28 Jul 2017 14:19:35 +0000 (10:19 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2017 14:19:35 +0000 (10:19 -0400)
commit27cf9412846ee8b80fe2bcdb338227253e186a46
treec7c738a92d19116ab1dababe90c0cb75a97ee46f
parent34f9c039c5b949232f3717a73a74ab64c92cadd6
Remove unused method declarations in hog.cpp

The class `App` appears to have two unused methods: `message` and `checkRectSimilarity`. The is no definition or use of either of these methods. This appears to be dead code.
samples/tapi/hog.cpp