Skip to content

Commit

Permalink
Remove all database references
Browse files Browse the repository at this point in the history
  • Loading branch information
steveno committed Mar 5, 2018
1 parent 222b2ce commit 1a38495
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 1,934 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Version 1.3
* Application wide logging facilities
* Added 128x128 icon
* Add ability to clear log file
* Removed libbalistica source and created as a seperate library
* Undo right-side tabs
* Remove all database references

Version 1.2
============================
Expand Down
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ gthread_dep = dependency ('gthread-2.0', version: '>= ' + glib_min_version)
gtk_dep = dependency ('gtk+-3.0', version: '>=3.10.8')
gee_dep = dependency ('gee-0.8', version: '>=0.20.0')
libbalistica_dep = dependency ('libbalistica', version: '>=1.0', required: true)
sqlite3_dep = dependency ('sqlite3', version: '3.19.3', required: true)

# Configuration
conf = configuration_data()
Expand All @@ -61,4 +60,3 @@ subdir ('data')
subdir ('help')
subdir ('po')
subdir ('src')
subdir ('sql')
10 changes: 0 additions & 10 deletions sql/CMakeLists.txt

This file was deleted.

16 changes: 0 additions & 16 deletions sql/Version-001.sql

This file was deleted.

102 changes: 0 additions & 102 deletions sql/Version-002.sql

This file was deleted.

Loading

0 comments on commit 1a38495

Please sign in to comment.