OSDN Git Service

android: Make adapter static
authorSzymon Janc <szymon.janc@gmail.com>
Tue, 12 Nov 2013 23:48:13 +0000 (23:48 +0000)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 14 Nov 2013 12:55:30 +0000 (14:55 +0200)
commit73e110b5b039c452a540a38bdeb55aa9fa3f2b3a
tree537b5f3f821eb730ad5f4c739290986122a4a5ee
parentf3f7b7229c9e3a2304255030a7d1be1c54e0fe87
android: Make adapter static

Only one controller is used so there is no need to keep it as allocable
structure. This will also make memory management simpler and more
correct eg. adapter was never free.

Elements not directly related to adapter are kept outside of adapter
structure.
android/adapter.c