Skip to content

Commit

Permalink
Removed unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Jun 14, 2024
1 parent ede126b commit 21d44cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
12 changes: 0 additions & 12 deletions database/notes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,6 @@ m_webserver_request (webserver_request)
}


sqlite3 * Database_Notes::connect () // Todo
{
return database::sqlite::connect ("notes");
}


sqlite3 * Database_Notes::connect_checksums () // Todo
{
return database::sqlite::connect ("notes_checksums");
}


void Database_Notes::create ()
{
// Create the main database and table.
Expand Down
4 changes: 0 additions & 4 deletions database/notes.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@ class Database_Notes
private:
friend void test_database_notes ();

private:
sqlite3 * connect ();
sqlite3 * connect_checksums ();

private:
std::string get_field (int identifier, std::string key);
void set_field (int identifier, std::string key, std::string value);
Expand Down

0 comments on commit 21d44cb

Please sign in to comment.