Obsolete android hooks ...

Hi guys,

  I was poking around for code cleanups and:

  engine/desktop/source/lib/kitandroid.cxx

  Looks obsolete to me - I assume Android uses the kit/ code directly hooked by a small number of different API entry points and we don't really want the Java code calling directly into the LOK API if at all possible.

  Looks like that can go; but not compiling android here, would love to get rid of it; at least things like:

  git grep -3 getPartPageRectangles # seems indicative

  Thanks !

    Michael.

Hi Michael,

My understanding is that our calls from the Android app into LOK are handled in `android/lib/src/main/cpp/androidapp.cpp`, not `engine/desktop/source/lib/kitandroid.cxx`.

Thanks for bringing this extra file to our attention, I will see if we can remove it.

Best,
Skyler