cleanup -- oops

This commit is contained in:
Eric House 2020-01-13 12:15:55 -08:00
parent 7e570cff2c
commit 6386aef512
2 changed files with 0 additions and 20 deletions

View file

@ -207,7 +207,6 @@ public class BoardView extends View implements BoardHandler, SyncedDraw {
} else if ( ! m_measuredFromDims ) {
// Log.d( TAG, "onDraw(): m_measuredFromDims not set" );
} else {
Log.d( TAG, "onDraw(): ready to go!" );
Bitmap bitmap = s_bitmap;
if ( Build.VERSION.SDK_INT >= Build.VERSION_CODES.N ) {
bitmap = Bitmap.createBitmap(bitmap);
@ -350,7 +349,6 @@ public class BoardView extends View implements BoardHandler, SyncedDraw {
@Override
public void dimsChanged( BoardDims dims )
{
Log.d( TAG, "dimsChanged(%s)", dims );
m_dims = dims;
m_parent.runOnUiThread( new Runnable() {
public void run()

View file

@ -9,27 +9,9 @@ RES_SRC = ./res_src
RES_DEST = ./app/src/main/res
all: $(TARGETS)
pwd
echo $(SRCS)
echo $(TARGETS)
# all: $(TARGETS)
$(RES_DEST)/value%/strings.xml: $(RES_SRC)/value%/strings.xml
./scripts/copy-strings.py -f $<
clean:
rm -f $(TARGETS)
# SRC = $(wildcard *.html)
# TAR = $(SRC:.html=.markdown)
# .PHONY: all clean
# all: $(TAR)
# %.markdown: %.html
# pandoc -o $< $@
# clean:
# rm -f $(TAR)